Fix typo
This commit is contained in:
parent
af47f28d4c
commit
34ac04d92b
1 changed files with 1 additions and 1 deletions
2
lib.php
2
lib.php
|
@ -41,7 +41,7 @@ function expcontent_delete_instance($id) {
|
|||
function expcontent_supports($feature) {
|
||||
switch($feature) {
|
||||
case FEATURE_COMPLETION_TRACKS_VIEWS: return true;
|
||||
case FEATRUE_SHOW_COMPLETION: return true;
|
||||
case FEATURE_SHOW_COMPLETION: return true;
|
||||
case FEATURE_BACKUP_MOODLE2: return true;
|
||||
default: return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue