-
Bug
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_27_STABLE
-
MDL-40922_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_folder
/mod/folder/index.php:36: add_to_log($course->id, 'folder', 'view all', "index.php?id=$course->id", '');
/mod/folder/edit.php:66: add_to_log($course->id, 'folder', 'edit', 'edit.php?id='.$cm->id, $folder->id, $cm->id);
/mod/folder/view.php:53: add_to_log($course->id, 'folder', 'view', 'view.php?id='.$cm->id, $folder->id, $cm->id);