From 6f50f1bee564e16a07aaad7a101787076d5a465a Mon Sep 17 00:00:00 2001 From: umherirrender Date: Fri, 7 Nov 2014 15:18:18 +0100 Subject: [PATCH] Remove unused global in wfLogProfilingData Change-Id: I873efb8967cd17c89de5b32fcde6c738eefa03e6 --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index bb807702a1..eab8031c3c 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1161,7 +1161,7 @@ function wfErrorLog( $text, $file ) { * @todo document */ function wfLogProfilingData() { - global $wgRequestTime, $wgDebugLogFile, $wgDebugLogGroups, $wgDebugRawPage; + global $wgRequestTime, $wgDebugLogGroups, $wgDebugRawPage; global $wgProfileLimit, $wgUser, $wgRequest; StatCounter::singleton()->flush(); -- 2.20.1