Removed comment that's no longer relevant
[lhc/web/wiklou.git] / includes / HTMLForm.php
index 9239d4d..4184128 100644 (file)
@@ -156,7 +156,7 @@ class HTMLForm {
        static function addJS() {
                if ( self::$jsAdded ) return;
 
-               global $wgOut, $wgStylePath;
+               global $wgOut;
 
                $wgOut->addModules( 'mediawiki.legacy.htmlform' );
        }