-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.6
-
MOODLE_26_STABLE
So many events have inconsistent descriptions.
Example:
lib/classes/event/course_category_created.php:
'The course category with the id ' . $this->objectid . ' was created by the user with the id ' . $this->userid;
lib/classes/event/blog_entry_created.php:
'Blog entry id '. $this->objectid. ' was created by userid '. $this->userid;
- duplicates
-
MDL-44984 User ids are not consistently described in the new logging.
-
- Closed
-