mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Merge branch 'MDL-36271_master' of https://github.com/markn86/moodle
This commit is contained in:
commit
24f4515576
@ -400,7 +400,7 @@ function feedback_get_recent_mod_activity(&$activities, &$index,
|
||||
|
||||
$sql .= " WHERE fc.timemodified > ? AND fk.id = ? ";
|
||||
$sqlargs[] = $timemodified;
|
||||
$sqlargs[] = $cm->instace;
|
||||
$sqlargs[] = $cm->instance;
|
||||
|
||||
if ($userid) {
|
||||
$sql .= " AND u.id = ? ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user