Index: trunk/extensions/FlaggedRevs/FlaggedArticle.php |
— | — | @@ -1031,7 +1031,7 @@ |
1032 | 1032 | if( count($changeList) > 0 ) { |
1033 | 1033 | $notice = '<br/>' . wfMsgExt('revreview-update-use', array('parseinline')); |
1034 | 1034 | } else if( !$synced ) { |
1035 | | - $wgMemc->delete($key); // bad key, said they were not synced |
| 1035 | + $diff->mTitle->invalidateCache(); // bad cache, said they were not synced |
1036 | 1036 | } |
1037 | 1037 | |
1038 | 1038 | # If the user is allowed to review, prompt them! |