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:
@@ -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'
|
||||
)
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user