Commit 686bf2f
authored
Fix user messages GetList processor (#16635)
### What does it do?
Fixes the join condition in the processor query.
### Why is it needed?
The result is incorrect, if in the user profile the `id` is different
from the `internalKey`.
### How to test
Make sure that on your installation, the (auto-increment) ID column of
the `modUserProfile` is out-of-sync with the `modUser` ID.
Test that all messages are visible and the values of `username` and
`fullname` (in the columns "Sender" and "Recipient") correspond to each
other.
### Related issue(s)/PR(s)
Resolves #16634 for MODX 3.x1 parent e155f60 commit 686bf2f
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments