mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-22151 backup - glossary implemented
This commit is contained in:
parent
5c430673f6
commit
d3ce7c2cc7
3 changed files with 196 additions and 0 deletions
|
@ -2560,6 +2560,7 @@ function glossary_supports($feature) {
|
|||
case FEATURE_GRADE_HAS_GRADE: return true;
|
||||
case FEATURE_GRADE_OUTCOMES: return true;
|
||||
case FEATURE_RATE: return true;
|
||||
case FEATURE_BACKUP_MOODLE2: return true;
|
||||
|
||||
default: return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue