X-Git-Url: http://git.cyclocoop.org/fichier?a=blobdiff_plain;ds=sidebyside;f=mw-config%2Findex.php;h=10b8d973cdd884f9b807d5f23ec6c5b441501439;hb=3cbaa0f8615eaf0cb40a3d3745814fac522c672f;hp=926ac436b99982bca51b4ca4eccc17f5c82db92f;hpb=40a628a501fc05bb00e834fe359ca4061925f320;p=lhc%2Fweb%2Fwiklou.git diff --git a/mw-config/index.php b/mw-config/index.php index 926ac436b9..10b8d973cd 100644 --- a/mw-config/index.php +++ b/mw-config/index.php @@ -1,4 +1,5 @@ startSession() ) { - if ( $installer->request->getVal( "css" ) ) { // Do not display errors on css pages $installer->outputCss(); @@ -60,7 +60,7 @@ function wfInstallerMain() { if ( isset( $_SESSION['installData'][$fingerprint] ) ) { $session = $_SESSION['installData'][$fingerprint]; } else { - $session = []; + $session = array(); } if ( !is_null( $wgRequest->getVal( 'uselang' ) ) ) {