Index: trunk/extensions/FlaggedRevs/FlaggedRevs.class.php |
— | — | @@ -1273,7 +1273,7 @@ |
1274 | 1274 | ) ); |
1275 | 1275 | $flaggedRevision->insertOn( $auto ); |
1276 | 1276 | # Update the article review log |
1277 | | - FlaggedRevsLogs::updateLog( $title, |
| 1277 | + FlaggedRevsLogs::updateReviewLog( $title, |
1278 | 1278 | $flags, array(), '', $rev->getId(), $oldSvId, true, $auto ); |
1279 | 1279 | |
1280 | 1280 | # Update page and tracking tables and clear cache |