From 7fdcf7a92ed95553f75a989961913ad2e5a485ba Mon Sep 17 00:00:00 2001 From: Jure Kajzer Date: Sun, 15 May 2011 09:20:40 +0000 Subject: [PATCH] * fixed typo --- includes/Xml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Xml.php b/includes/Xml.php index 72df1daa00..a5cc191526 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -776,10 +776,10 @@ class Xml { * * @return string */ - static function infoBox( $text, $icon, $alt, $class = false, $useStypePath = true ) { + static function infoBox( $text, $icon, $alt, $class = false, $useStylePath = true ) { global $wgStylePath; - if ( $useStypePath ) { + if ( $useStylePath ) { $icon = $wgStylePath.'/common/images/'.$icon; } -- 2.20.1