From c2fba554d7bb2f08dc1832070dcde44f73e5810f Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 13 Jan 2022 11:56:15 +0100 Subject: [PATCH] Remove undefined constant --- lib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib.php b/lib.php index 6dbc960..c481ea4 100644 --- a/lib.php +++ b/lib.php @@ -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; }