From d1fd0c9b343957f9650d47fe0f40e9ca33221a47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 19 Oct 2010 08:27:13 +0000 Subject: [PATCH] Temp fix for r74966 to stop causing errors everywhere --- resources/Resources.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/Resources.php b/resources/Resources.php index c08795b03d..1ca2c40def 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -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' ) ) ) ), -- 2.20.1