Merge branch 'wip-MDL-18592-fix' of git://github.com/marinaglancy/moodle
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user