mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-40912 coursecat: replaced 'update' add_to_log call with an event
This commit is contained in:
parent
03ea10e6d3
commit
c4cea8cb5d
4 changed files with 99 additions and 2 deletions
|
@ -717,6 +717,7 @@ $string['eventcommentdeleted'] = 'Comment deleted';
|
|||
$string['eventcommentsviewed'] = 'Comments viewed';
|
||||
$string['eventcoursecategorycreated'] = 'Category created';
|
||||
$string['eventcoursecategorydeleted'] = 'Category deleted';
|
||||
$string['eventcoursecategoryupdated'] = 'Category updated';
|
||||
$string['eventcoursecontentdeleted'] = 'Course content deleted';
|
||||
$string['eventcoursecreated'] = 'Course created';
|
||||
$string['eventcoursedeleted'] = 'Course deleted';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue