Follow up r77884.
authorPlatonides <platonides@users.mediawiki.org>
Tue, 7 Dec 2010 16:26:10 +0000 (16:26 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 7 Dec 2010 16:26:10 +0000 (16:26 +0000)
includes/GlobalFunctions.php

index c6d0ec7..c42a8a7 100644 (file)
@@ -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