Index: trunk/extensions/Translate/tag/PageTranslationHooks.php |
— | — | @@ -101,6 +101,9 @@ |
102 | 102 | self::$allowTargetEdit = true; |
103 | 103 | $article->doEdit( $text, $summary, $flags ); |
104 | 104 | self::$allowTargetEdit = false; |
| 105 | + |
| 106 | + // purge cache |
| 107 | + $page->getTranslationPercentages( true ); |
105 | 108 | } |
106 | 109 | |
107 | 110 | public static function addSidebar( $out, $tpl ) { |