Index: trunk/extensions/FlaggedRevs/forms/RevisionReviewForm.php |
— | — | @@ -700,7 +700,7 @@ |
701 | 701 | $text, $title, $options, true, true, $article->getLatest() ); |
702 | 702 | # Might as well save the cache while we're at it |
703 | 703 | if ( $rev->isCurrent() && $wgEnableParserCache ) { |
704 | | - $parserCache->save( $pOutput, $article, $user ); |
| 704 | + $parserCache->save( $pOutput, $article, $options ); |
705 | 705 | } |
706 | 706 | } |
707 | 707 | $templateIDs = $pOutput->mTemplateIds; |