Skip to content

Commit

Permalink
MDL-40063 mod_quiz: 'report' change after review
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Mar 22, 2014
1 parent 78ff5cc commit a5b1dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/classes/event/report_viewed.php
Expand Up @@ -61,7 +61,7 @@ public static function get_name() {
* @return string
*/
public function get_description() {
return 'User with id ' . $this->userid . ' viewed the report with the id ' . $this->objectid . ' for the quiz
return 'User with id ' . $this->userid . ' viewed the report \'' . $this->other['reportname'] . '\' for the quiz
with id ' . $this->other['quizid'];
}

Expand Down

0 comments on commit a5b1dc4

Please sign in to comment.