Merge branch 'wip-MDL-18592-fix' of git://github.com/marinaglancy/moodle

This commit is contained in:
Andrew Nicols
2016-08-16 10:47:53 +08:00
2 changed files with 8 additions and 0 deletions
@@ -145,4 +145,8 @@ class answer_submitted extends \core\event\base {
return $othermapped;
}
public static function is_deprecated() {
return true;
}
}
@@ -147,4 +147,8 @@ class answer_updated extends \core\event\base {
return $othermapped;
}
public static function is_deprecated() {
return true;
}
}