r77988 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77987‎ | r77988 | r77989 >
Date:16:26, 7 December 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r77884.
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -305,7 +305,7 @@
306306 */
307307 function wfDebug( $text, $logonly = false ) {
308308 global $wgOut, $wgDebugLogFile, $wgDebugComments, $wgProfileOnly, $wgDebugRawPage;
309 - global $wgDebugLogPrefix, $wgShowDebug, $wgCommandLineMode, $wgDebugToCommandLine;
 309+ global $wgDebugLogPrefix, $wgShowDebug;
310310 static $recursion = 0;
311311
312312 static $cache = array(); // Cache of unoutputted messages

Follow-up revisions

RevisionCommit summaryAuthorDate
r780961.17: Merge recent fixes tagged on CodeReview, except for problematic revisio...catrope21:17, 8 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77884Cleanup r77883, contained unrelated debugging changedemon15:34, 6 December 2010

Status & tagging log