X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FWebStart.php;h=f97dc6a94f184810369ad50408387354520d00d1;hb=e66ee985e0792d2c28ebb0d5b299af5bce87eb9b;hp=9c71f3e1cbce72e56106385dcf61d8cb9f30700f;hpb=497189d0a628cbb911ff12a2f40516e2f7b5ebe2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WebStart.php b/includes/WebStart.php index 9c71f3e1cb..f97dc6a94f 100644 --- a/includes/WebStart.php +++ b/includes/WebStart.php @@ -78,7 +78,6 @@ if ( $IP === false ) { # Grab profiling functions require_once "$IP/includes/profiler/ProfilerFunctions.php"; -$wgRUstart = wfGetRusage() ?: array(); # Start the autoloader, so that extensions can derive classes from core files require_once "$IP/includes/AutoLoader.php";