From: Platonides Date: Tue, 7 Dec 2010 16:26:10 +0000 (+0000) Subject: Follow up r77884. X-Git-Tag: 1.31.0-rc.0~33477 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=1efb3c666a3b9d6b97f8ed680f65ef0095345c04;p=lhc%2Fweb%2Fwiklou.git Follow up r77884. --- 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