mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merged fix for 2613
This commit is contained in:
parent
ab6d2992e8
commit
5b257acd23
@ -3031,7 +3031,7 @@ function forum_get_recent_mod_activity(&$activities, &$index, $sincetime, $cours
|
||||
AND cm.course = d.course
|
||||
AND cm.course = f.course
|
||||
AND f.id = d.forum
|
||||
ORDER BY d.id");
|
||||
ORDER BY p.discussion ASC,p.created ASC");
|
||||
|
||||
if (empty($posts)) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user