MDL-50921 message: allow popup messages from noreply user

Thanks Gary Harris for the patch
This commit is contained in:
Marina Glancy
2015-09-07 08:15:10 +00:00
committed by Ryan Wyllie
parent ef176837dc
commit f19717481d
-1
View File
@@ -8867,7 +8867,6 @@ function message_popup_window() {
FROM {message} m
JOIN {message_working} mw ON m.id=mw.unreadmessageid
JOIN {message_processors} p ON mw.processorid=p.id
JOIN {user} u ON m.useridfrom=u.id
LEFT JOIN {message_contacts} c ON c.contactid = m.useridfrom
AND c.userid = m.useridto
WHERE m.useridto = :userid