r61102 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61101‎ | r61102 | r61103 >
Date:19:48, 15 January 2010
Author:mah
Status:ok
Tags:
Comment:
follow up r61101, fix cut-n-paste error
Modified paths:
  • /trunk/phase3/includes/parser/ParserOutput.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/ParserOutput.php
@@ -187,7 +187,7 @@
188188 * @return string
189189 */
190190 public function getDisplayTitle() {
191 - $t = $this->getTitleText( $text );
 191+ $t = $this->getTitleText( );
192192 if( $t === '' ) {
193193 return false;
194194 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r61101follow up r60832 and follow up r60763...mah19:14, 15 January 2010

Status & tagging log