From: Jure Kajzer Date: Sun, 15 May 2011 09:20:40 +0000 (+0000) Subject: * fixed typo X-Git-Tag: 1.31.0-rc.0~30172 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=7fdcf7a92ed95553f75a989961913ad2e5a485ba;p=lhc%2Fweb%2Fwiklou.git * fixed typo --- 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; }