mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-32094 fix various E_STRICT compatibility problems
This commit is contained in:
parent
0ed6f71232
commit
f20edd5208
27 changed files with 53 additions and 42 deletions
|
@ -267,7 +267,7 @@ function chat_print_recent_activity($course, $viewfullnames, $timestart) {
|
|||
|
||||
$past = array();
|
||||
$current = array();
|
||||
$modinfo =& get_fast_modinfo($course); // reference needed because we might load the groups
|
||||
$modinfo = get_fast_modinfo($course); // reference needed because we might load the groups
|
||||
|
||||
foreach ($mcms as $cmid=>$mcm) {
|
||||
if (!array_key_exists($cmid, $modinfo->cms)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue