Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -305,7 +305,7 @@ |
306 | 306 | */ |
307 | 307 | function wfDebug( $text, $logonly = false ) { |
308 | 308 | global $wgOut, $wgDebugLogFile, $wgDebugComments, $wgProfileOnly, $wgDebugRawPage; |
309 | | - global $wgDebugLogPrefix, $wgShowDebug, $wgCommandLineMode, $wgDebugToCommandLine; |
| 309 | + global $wgDebugLogPrefix, $wgShowDebug; |
310 | 310 | static $recursion = 0; |
311 | 311 | |
312 | 312 | static $cache = array(); // Cache of unoutputted messages |