* fixed typo
authorJure Kajzer <freakolowsky@users.mediawiki.org>
Sun, 15 May 2011 09:20:40 +0000 (09:20 +0000)
committerJure Kajzer <freakolowsky@users.mediawiki.org>
Sun, 15 May 2011 09:20:40 +0000 (09:20 +0000)
includes/Xml.php

index 72df1da..a5cc191 100644 (file)
@@ -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;
                }