Fixme fixme... typo typo... fix r77726's broken fix.
authorDaniel Friesen <dantman@users.mediawiki.org>
Sat, 4 Dec 2010 17:10:48 +0000 (17:10 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sat, 4 Dec 2010 17:10:48 +0000 (17:10 +0000)
includes/Skin.php

index 5133853..fcaa0c8 100644 (file)
@@ -2036,7 +2036,7 @@ class Skin extends Linker {
                }
        }
 
-       function getCommonStylePath( $fame ) {
+       function getCommonStylePath( $name ) {
                global $wgStylePath, $wgStyleVersion;
                return "{$wgStylePath}/common/$name?$wgStyleVersion";
        }