mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-34701 remove root from yui MODULE pattern definition
The problem was that the root was breaking internal group handling in YUI loader for some reason. Without the root pattern property everything seems to work fine again.
This commit is contained in:
parent
af7879701b
commit
890e1aacc3
@ -219,8 +219,7 @@ class page_requirements_manager {
|
||||
'moodle-' => array(
|
||||
'group' => 'moodle',
|
||||
'configFn' => '@MOODLECONFIGFN@'
|
||||
),
|
||||
'root' => 'moodle'
|
||||
)
|
||||
)
|
||||
),
|
||||
'local' => array(
|
||||
@ -235,8 +234,7 @@ class page_requirements_manager {
|
||||
'gallery-' => array(
|
||||
'group' => 'gallery',
|
||||
'configFn' => '@GALLERYCONFIGFN@',
|
||||
),
|
||||
'root' => 'gallery'
|
||||
)
|
||||
)
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user