r46635 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46634‎ | r46635 | r46636 >
Date:08:03, 31 January 2009
Author:werdna
Status:ok
Tags:
Comment:
Fix r46502 -- Title::newFromRedirectRe doesn't exist -- assuming you meant newFromRedirectRecurse.
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -606,7 +606,7 @@
607607 }
608608 // Apparently loadPageData was never called
609609 $this->loadContent();
610 - $titleObj = Title::newFromRedirectRe( $this->fetchContent() );
 610+ $titleObj = Title::newFromRedirectRecurse( $this->fetchContent() );
611611 } else {
612612 $titleObj = Title::newFromRedirect( $text );
613613 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r46502* (bug 11644) update recursive redirect checking code per CodeReview discussi...skizzerz00:29, 29 January 2009

Status & tagging log