From: Daniel Friesen Date: Sat, 4 Dec 2010 17:10:48 +0000 (+0000) Subject: Fixme fixme... typo typo... fix r77726's broken fix. X-Git-Tag: 1.31.0-rc.0~33572 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=c4ff8e7a601b048c021425ab4736006adead9375;p=lhc%2Fweb%2Fwiklou.git Fixme fixme... typo typo... fix r77726's broken fix. --- diff --git a/includes/Skin.php b/includes/Skin.php index 5133853e75..fcaa0c8ef0 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -2036,7 +2036,7 @@ class Skin extends Linker { } } - function getCommonStylePath( $fame ) { + function getCommonStylePath( $name ) { global $wgStylePath, $wgStyleVersion; return "{$wgStylePath}/common/$name?$wgStyleVersion"; }