http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88137

Revision: 88137
Author:   freakolowsky
Date:     2011-05-15 09:20:40 +0000 (Sun, 15 May 2011)
Log Message:
-----------
* fixed typo

Modified Paths:
--------------
    trunk/phase3/includes/Xml.php

Modified: trunk/phase3/includes/Xml.php
===================================================================
--- trunk/phase3/includes/Xml.php       2011-05-15 09:10:04 UTC (rev 88136)
+++ trunk/phase3/includes/Xml.php       2011-05-15 09:20:40 UTC (rev 88137)
@@ -776,10 +776,10 @@
         *
         * @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;
                }
                


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to