r61744 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61743‎ | r61744 | r61745 >
Date:15:18, 31 January 2010
Author:aaron
Status:ok
Tags:
Comment:
Fixed ridiculous (copy paste?) mistake from r60878
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.class.php
@@ -1576,9 +1576,8 @@
15771577 # Update stable page cache. Don't cache redirects;
15781578 # it would go unused and complicate things.
15791579 if ( !Title::newFromRedirect( $text ) ) {
1580 - FlaggedRevs::updatePageCache( $article, $wgUser, $stableOutput );
 1580+ self::updatePageCache( $article, $user, $poutput );
15811581 }
1582 - self::updatePageCache( $article, $user, $poutput );
15831582 # Update page tracking fields
15841583 self::updateStableVersion( $article, $rev, $rev->getId() );
15851584 # We can set the sync cache key already.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r60878* Display redirects normally for redirect=no&stable=1 URLs (bug 22036)...aaron21:24, 9 January 2010

Status & tagging log