Skip to content

Commit

Permalink
Set value for FEATURE_MOD_PURPOSE (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed May 27, 2024
1 parent d283bbe commit 2dbfd23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ function customcert_supports($feature) {
case FEATURE_BACKUP_MOODLE2:
case FEATURE_GROUPS:
return true;
case FEATURE_MOD_PURPOSE:
return MOD_PURPOSE_CONTENT;
default:
return null;
}
Expand Down

0 comments on commit 2dbfd23

Please sign in to comment.