New line at end of wfDebug
authorPlatonides <platonides@users.mediawiki.org>
Wed, 11 Aug 2010 16:49:59 +0000 (16:49 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 11 Aug 2010 16:49:59 +0000 (16:49 +0000)
includes/OutputPage.php

index 0347aef..9924df4 100644 (file)
@@ -517,7 +517,7 @@ class OutputPage {
                if ( $this->mTitle instanceof Title ) {
                        return $this->mTitle;
                } else {
-                       wfDebug( __METHOD__ . ' called and $mTitle is null. Return $wgTitle for sanity' );
+                       wfDebug( __METHOD__ . " called and \$mTitle is null. Return \$wgTitle for sanity\n" );
                        global $wgTitle;
                        return $wgTitle;
                }