mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merged fixes from stable for MDL-7229 (opentogoogle capabilities)
This commit is contained in:
parent
63693fd835
commit
2f32eed1ea
1 changed files with 3 additions and 0 deletions
|
@ -579,6 +579,9 @@ $CFG->os = PHP_OS;
|
|||
$USER = guest_user();
|
||||
}
|
||||
}
|
||||
if (!empty($USER)) {
|
||||
load_all_capabilities();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue