mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Fix XMLDBEditor for groups. Wasn't being intanciated properly.
This commit is contained in:
parent
c35e8b1c15
commit
e267037b86
@ -143,6 +143,7 @@ class get_db_directories extends XMLDBAction {
|
||||
}
|
||||
|
||||
/// Now, groups
|
||||
$dbdir = new stdClass;
|
||||
$dbdir->path = $CFG->dirroot . '/group/db';
|
||||
if (!isset($XMLDB->dbdirs[$dbdir->path])) {
|
||||
$XMLDB->dbdirs[$dbdir->path] = $dbdir;
|
||||
|
Loading…
x
Reference in New Issue
Block a user