Skip to content

Commit a71b56c

Browse files
authored
Fix description of question_created event (#608)
1 parent fc6defd commit a71b56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/event/question_created.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static function get_name() {
4848
*/
4949
public function get_description() {
5050
$questiontype = $this->other['questiontype'];
51-
return "The user with id '$this->userid' has created or modified a question of type '$questiontype' for
52-
the questionnaire with course module id '$this->contextinstanceid'.";
51+
return "The user with id '$this->userid' has created or modified a question of type '$questiontype' for " .
52+
"the questionnaire with course module id '$this->contextinstanceid'.";
5353
}
5454
}

0 commit comments

Comments
 (0)