Skip to content
Snippets Groups Projects
Commit 73b9dbdf authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

add missing join, re #4318

parent c2a4da64
No related branches found
No related tags found
No related merge requests found
...@@ -552,6 +552,7 @@ class MessagesController extends AuthenticatedController { ...@@ -552,6 +552,7 @@ class MessagesController extends AuthenticatedController {
perms perms
FROM auth_user_md5 FROM auth_user_md5
LEFT JOIN user_info USING (user_id) LEFT JOIN user_info USING (user_id)
LEFT JOIN user_visibility USING (user_id)
WHERE ( WHERE (
username LIKE :input username LIKE :input
OR CONCAT(Vorname, ' ', Nachname) LIKE :input OR CONCAT(Vorname, ' ', Nachname) LIKE :input
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment