mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
group/db isn't a source of xml files anymore. MDL-11431
This commit is contained in:
parent
126984a047
commit
e4a2d75456
@ -153,15 +153,7 @@ class get_db_directories extends XMLDBAction {
|
||||
$XMLDB->dbdirs[$dbdir->path]->path_exists = file_exists($dbdir->path); //Update status
|
||||
}
|
||||
}
|
||||
|
||||
/// Now, groups
|
||||
$dbdir = new stdClass;
|
||||
$dbdir->path = $CFG->dirroot . '/group/db';
|
||||
if (!isset($XMLDB->dbdirs[$dbdir->path])) {
|
||||
$XMLDB->dbdirs[$dbdir->path] = $dbdir;
|
||||
}
|
||||
$XMLDB->dbdirs[$dbdir->path]->path_exists = file_exists($dbdir->path); //Update status
|
||||
|
||||
|
||||
/// Sort by key
|
||||
ksort($XMLDB->dbdirs);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user