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 @@
607
607
}
608
608
// Apparently loadPageData was never called
609
609
$this->loadContent();
610
- $titleObj = Title::newFromRedirectRe( $this->fetchContent() );
610
+ $titleObj = Title::newFromRedirectRecurse( $this->fetchContent() );
611
611
} else {
612
612
$titleObj = Title::newFromRedirect( $text );
613
613
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r46502
* (
bug 11644
) update recursive redirect checking code per CodeReview discussi...
skizzerz
00:29, 29 January 2009
Status & tagging log
02:26, 4 February 2009
Skizzerz
(
talk
|
contribs
)
changed the
status
of r46635
[
removed:
new
added:
ok]