mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-45563 message: Inverting IDs in description of event message_viewed
This commit is contained in:
parent
4e8a350c35
commit
a71ece3757
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class message_viewed extends base {
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function get_description() {
|
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…
Add table
Add a link
Reference in a new issue