Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -517,7 +517,7 @@ |
518 | 518 | if ( $this->mTitle instanceof Title ) { |
519 | 519 | return $this->mTitle; |
520 | 520 | } 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" ); |
522 | 522 | global $wgTitle; |
523 | 523 | return $wgTitle; |
524 | 524 | } |