From 0e8e61f099d81c866129fb18ce045abd9a49058c Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 11 Aug 2010 16:49:59 +0000 Subject: [PATCH] New line at end of wfDebug --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 0347aefd9e..9924df487e 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -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; } -- 2.20.1