mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-36271_m23' of https://github.com/markn86/moodle into MOODLE_23_STABLE
This commit is contained in:
commit
62d543748d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue