Remove undefined constant

This commit is contained in:
Kumi 2022-01-13 11:56:15 +01:00
parent af7815e858
commit c2fba554d7

View file

@ -41,7 +41,6 @@ function expcontent_delete_instance($id) {
function expcontent_supports($feature) {
switch($feature) {
case FEATURE_COMPLETION_TRACKS_VIEWS: return true;
case FEATURE_SHOW_COMPLETION: return true;
case FEATURE_BACKUP_MOODLE2: return true;
default: return null;
}