From 890e1aacc3b701fd5302c7dcf07bee21f7fbdf85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20S=CC=8Ckoda?= Date: Thu, 2 Aug 2012 17:40:50 +0200 Subject: [PATCH] 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. --- lib/outputrequirementslib.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/outputrequirementslib.php b/lib/outputrequirementslib.php index e438abf7257..6a2540a91d0 100644 --- a/lib/outputrequirementslib.php +++ b/lib/outputrequirementslib.php @@ -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' + ) ) ) );