From 9d4b3d42fc4f18dee5248a5ca7047c7aa20dc039 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Mon, 19 May 2014 23:46:05 -0700 Subject: [PATCH] MDL-45629 mod_assign: removed use of '$this->objectid' in the submission_status_viewed event --- mod/assign/classes/event/submission_status_viewed.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/assign/classes/event/submission_status_viewed.php b/mod/assign/classes/event/submission_status_viewed.php index 14f98c398a3..ee94864ab1d 100644 --- a/mod/assign/classes/event/submission_status_viewed.php +++ b/mod/assign/classes/event/submission_status_viewed.php @@ -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'."; } /**