mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-40045 user: replaced add_to_log call when a user profile is viewed with an event
This commit is contained in:
parent
c8974473d0
commit
c76318d338
3 changed files with 93 additions and 4 deletions
|
@ -711,6 +711,7 @@ $string['eventcoursesectionupdated'] = ' Course section updated';
|
|||
$string['eventusercreated'] = 'User created';
|
||||
$string['eventuserdeleted'] = 'User deleted';
|
||||
$string['eventuserloggedout'] = 'User logged out';
|
||||
$string['eventuserprofileviewed'] = 'User profile viewed';
|
||||
$string['eventuserupdated'] = 'User updated';
|
||||
$string['everybody'] = 'Everybody';
|
||||
$string['executeat'] = 'Execute at';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue