Merge branch 'MDL-36271_m22' of https://github.com/markn86/moodle into MOODLE_22_STABLE
This commit is contained in:
@@ -397,7 +397,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 = ? ";
|
||||
|
||||
Reference in New Issue
Block a user