(bug 34289) user.options CSS loaded twice. Caused by r107534. Made embedded private...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 9 Feb 2012 10:36:12 +0000 (10:36 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 9 Feb 2012 10:36:12 +0000 (10:36 +0000)
includes/OutputPage.php

index cc9118a..c6d3680 100644 (file)
@@ -2682,7 +2682,7 @@ $templates
 
                // Load embeddable private modules before any loader links
                $embedScripts = array( 'user.options', 'user.tokens' );
-               $scripts .= $this->makeResourceLoaderLink( $embedScripts, ResourceLoaderModule::TYPE_COMBINED );
+               $scripts .= $this->makeResourceLoaderLink( $embedScripts, ResourceLoaderModule::TYPE_SCRIPTS );
 
                // Script and Messages "only" requests marked for top inclusion
                // Messages should go first