X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FWebStart.php;h=f97dc6a94f184810369ad50408387354520d00d1;hb=540608c8ddc2f57f64e1241b14a560c577b0a4b1;hp=9c71f3e1cbce72e56106385dcf61d8cb9f30700f;hpb=bab1f09f9c0a48949cdb5351a61917bdd7ee9397;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";