浏览代码

fix missing ; in event

bernardo 5 年之前
父节点
当前提交
2eb56c4687
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      classes/event/gradeimporter_submission_created.php

+ 1 - 1
classes/event/gradeimporter_submission_created.php

@@ -18,7 +18,7 @@ class gradeimporter_submission_created extends \core\event\base {
     */ 
     public function get_description(){
         return "The user with id '$this->userid' has created a submission " . 
-                "on the grade importer with the course module id '$this->contextinstanceid'."  
+                "on the grade importer with the course module id '$this->contextinstanceid'." ; 
     }
 
     /**