Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions classes/local.php
Original file line number Diff line number Diff line change
Expand Up @@ -1816,6 +1816,7 @@ public static function recent_forum_activity($userorid = false, $limit = 10, $si
WHERE (cm1.groupmode <> :sepgps2a OR (gm1.userid IS NOT NULL $fgpsql))
AND fp1.userid <> :user2a
AND fp1.modified > $since
AND fd1.timestart < " . time() . "
ORDER BY fp1.modified DESC
$limitsql
)
Expand Down