mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-45629 mod_assign: removed use of '$this->objectid' in the submission_status_viewed event
This commit is contained in:
parent
c1ed254643
commit
9d4b3d42fc
@ -93,8 +93,8 @@ class submission_status_viewed extends base {
|
||||
* @return string
|
||||
*/
|
||||
public function get_description() {
|
||||
return "The user with id '$this->userid' has viewed the status of the submission with id '$this->objectid' for " .
|
||||
"the assignment with the course module id '$this->contextinstanceid'.";
|
||||
return "The user with id '$this->userid' has viewed the submission status page for the assignment with the " .
|
||||
"course module id '$this->contextinstanceid'.";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user