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