-
Bug
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_27_STABLE
-
MDL-40916_master -
-
8
-
BACKEND Sprint 11
Replace the add_to_log calls for the following area, with a call to the get_legacy_logdata function in the event class.
mod_imscp
/mod/imscp/index.php:36:add_to_log($course->id, 'imscp', 'view all', "index.php?id=$course->id", '');
/mod/imscp/view.php:49:add_to_log($course->id, 'imscp', 'view', 'view.php?id='.$cm->id, $imscp->id, $cm->id);