From c4ff8e7a601b048c021425ab4736006adead9375 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Sat, 4 Dec 2010 17:10:48 +0000 Subject: [PATCH] Fixme fixme... typo typo... fix r77726's broken fix. --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.20.1