Merged bug fix for global glossary flag from MOODLE_13_STABLE to trunk
This commit is contained in:
@@ -64,6 +64,9 @@ global $CFG;
|
||||
if ( !isadmin() ) {
|
||||
unset($glossary->globalglossary);
|
||||
}
|
||||
if (empty($glossary->globalglossary)) {
|
||||
$glossary->globalglossary = 0;
|
||||
}
|
||||
|
||||
$glossary->timemodified = time();
|
||||
$glossary->id = $glossary->instance;
|
||||
|
||||
Reference in New Issue
Block a user