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' + ) ) ) );