From: Niklas Laxström Date: Tue, 19 Oct 2010 08:27:13 +0000 (+0000) Subject: Temp fix for r74966 to stop causing errors everywhere X-Git-Tag: 1.31.0-rc.0~34427 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=d1fd0c9b343957f9650d47fe0f40e9ca33221a47;p=lhc%2Fweb%2Fwiklou.git Temp fix for r74966 to stop causing errors everywhere --- 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' ) ) ) ),