Fix the issue where all links on Special:Contributions where marked as stubs (NS_MAIN...
authorPlatonides <platonides@users.mediawiki.org>
Wed, 16 Feb 2011 21:30:54 +0000 (21:30 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 16 Feb 2011 21:30:54 +0000 (21:30 +0000)
commita22d7b6e5f615eba05259402eaa28eed2d0d5925
tree99aff8d4fd9de9e4afe3c804c58ade41e5ef5621
parentc467a12814243dddd5bf355a6d98c9a37f291f04
Fix the issue where all links on Special:Contributions where marked as stubs (NS_MAIN pages, for users with a stub threshold) broken since r63584.
resetArticleId() is clearing the right data set by Title::newFromRow() and placing just the id, which in turn avoids to lookup the other items.
This was already done in 1.16 (since r46179, it was useful until r46181) but resetArticleID() did not reset everything (r63584 change) and so
the bug wasn't present there.
includes/specials/SpecialContributions.php