X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FdoMaintenance.php;h=000e5f9f08da4feda127ae98c53341f848fa1a20;hb=96519cfa9746652c143d927b0089324e1f86f6c0;hp=3a844bc555da19a60fcf6dff0b8bae74e8007425;hpb=c2029414cede9e865fe384ff7f102a8e108956fb;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/doMaintenance.php b/maintenance/doMaintenance.php index 3a844bc555..000e5f9f08 100644 --- a/maintenance/doMaintenance.php +++ b/maintenance/doMaintenance.php @@ -60,7 +60,7 @@ require_once "$IP/includes/AutoLoader.php"; require_once "$IP/includes/profiler/ProfilerFunctions.php"; # Start the profiler -$wgProfiler = array(); +$wgProfiler = []; if ( file_exists( "$IP/StartProfiler.php" ) ) { require "$IP/StartProfiler.php"; }