mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'w19_MDL-32846_m23_syncyui2' of git://github.com/skodak/moodle
This commit is contained in:
commit
9eb54eb4d7
@ -272,6 +272,7 @@ class page_requirements_manager {
|
||||
}
|
||||
foreach ($modules as $name=>$module) {
|
||||
$module['fullpath'] = $urlbase.$module['path']; // fix path to point to correct location
|
||||
$module['async'] = false;
|
||||
unset($module['path']);
|
||||
unset($module['skinnable']); // we load all YUI2 css automatically, this prevents weird missing css loader problems
|
||||
foreach(array('requires', 'optional', 'supersedes') as $fixme) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user