Skip to content

Commit

Permalink
Merge branch 'MDL-1626-master' of git://github.com/andrewnicols/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Jun 24, 2014
2 parents 582abd9 + ca14c76 commit 89d9140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/classes/subscriptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public static function fetch_subscribed_users($forum, $groupid = 0, $context = n
WHERE u.id IN (
SELECT u2.id FROM
{user} u2
JOIN ($esql) je ON je.id = u.id
JOIN ($esql) je ON je.id = u2.id
LEFT JOIN {forum_subscriptions} s ON s.userid = u2.id
LEFT JOIN {forum_discussion_subs} ds ON ds.userid = u2.id
WHERE
Expand Down

0 comments on commit 89d9140

Please sign in to comment.