Follow-up r82285: we should not apply case conversion to these names, because it...
authorHappy-melon <happy-melon@users.mediawiki.org>
Wed, 19 Oct 2011 17:09:04 +0000 (17:09 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Wed, 19 Oct 2011 17:09:04 +0000 (17:09 +0000)
includes/resourceloader/ResourceLoaderUserGroupsModule.php

index e364828..38bba91 100644 (file)
@@ -39,7 +39,6 @@ class ResourceLoaderUserGroupsModule extends ResourceLoaderWikiModule {
                                        if( in_array( $group, array( '*', 'user' ) ) ){
                                                continue;
                                        }
-                                       $g = ucfirst( $group );
                                        $pages["MediaWiki:Group-$g.js"] = array( 'type' => 'script' );
                                        $pages["MediaWiki:Group-$g.css"] = array( 'type' => 'style' );
                                }