MDL-45568 events: fixed the description for the 'course_module_completion_updated' event

This commit is contained in:
Mark Nelson 2014-05-15 14:58:55 -07:00
parent 8e478c99d3
commit 336f1567bb

View File

@ -60,8 +60,8 @@ class course_module_completion_updated extends base {
* @return string
*/
public function get_description() {
return "The course module completion requirements were updated by the user with id '$this->userid' for the user " .
"with id '$this->relateduserid'.";
return "The user with id '$this->userid' updated the completion state for the course module with id '$this->contextinstanceid' " .
"for the user with id '$this->relateduserid'.";
}
/**