Temp fix for r74966 to stop causing errors everywhere
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 19 Oct 2010 08:27:13 +0000 (08:27 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 19 Oct 2010 08:27:13 +0000 (08:27 +0000)
resources/Resources.php

index c08795b..1ca2c40 100644 (file)
@@ -18,7 +18,7 @@ return array(
                array( 'styles' => array(
                                'skins/monobook/main.css' => array( 'media' => 'screen' ),
                                // Honor $wgHandheldStyle. This is kind of evil
-                               $GLOBALS['wgHandheldStyle'] => array( 'media' => 'handheld' )
+                               //$GLOBALS['wgHandheldStyle'] => array( 'media' => 'handheld' )
                        )
                )
        ),