mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-45563 message: Inverting IDs in description of event message_viewed
This commit is contained in:
parent
4e8a350c35
commit
a71ece3757
@ -75,7 +75,7 @@ class message_viewed extends base {
|
||||
* @return string
|
||||
*/
|
||||
public function get_description() {
|
||||
return "The user with id '$this->relateduserid' read a message from the user with id '$this->userid'.";
|
||||
return "The user with id '$this->userid' read a message from the user with id '$this->relateduserid'.";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user