r70898 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70897‎ | r70898 | r70899 >
Date:16:49, 11 August 2010
Author:platonides
Status:ok
Tags:
Comment:
New line at end of wfDebug
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -517,7 +517,7 @@
518518 if ( $this->mTitle instanceof Title ) {
519519 return $this->mTitle;
520520 } else {
521 - wfDebug( __METHOD__ . ' called and $mTitle is null. Return $wgTitle for sanity' );
 521+ wfDebug( __METHOD__ . " called and \$mTitle is null. Return \$wgTitle for sanity\n" );
522522 global $wgTitle;
523523 return $wgTitle;
524524 }

Status & tagging log