mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02: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