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