From 1efb3c666a3b9d6b97f8ed680f65ef0095345c04 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 7 Dec 2010 16:26:10 +0000 Subject: [PATCH] Follow up r77884. --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index c6d0ec7baa..c42a8a7b71 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -305,7 +305,7 @@ function wfUrlencode( $s ) { */ function wfDebug( $text, $logonly = false ) { global $wgOut, $wgDebugLogFile, $wgDebugComments, $wgProfileOnly, $wgDebugRawPage; - global $wgDebugLogPrefix, $wgShowDebug, $wgCommandLineMode, $wgDebugToCommandLine; + global $wgDebugLogPrefix, $wgShowDebug; static $recursion = 0; static $cache = array(); // Cache of unoutputted messages -- 2.20.1