mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-40051 core_lib: replaced add_to_log call when failing to send email with an event
This commit is contained in:
parent
0b7422f366
commit
362b9a0465
4 changed files with 126 additions and 1 deletions
|
@ -731,6 +731,7 @@ $string['eventcourserestored'] = 'Course restored';
|
|||
$string['eventcourseupdated'] = 'Course updated';
|
||||
$string['eventcoursesectionupdated'] = ' Course section updated';
|
||||
$string['eventcoursemoduleinstancelistviewed'] = 'Course module instance list viewed';
|
||||
$string['eventemailfailed'] = 'Email failed to send';
|
||||
$string['eventusercreated'] = 'User created';
|
||||
$string['eventuserdeleted'] = 'User deleted';
|
||||
$string['eventuserlistviewed'] = 'User list viewed';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue