Index: trunk/extensions/Translate/SpecialManageGroups.php |
— | — | @@ -376,6 +376,7 @@ |
377 | 377 | array( 'group' => $group->getId(), 'language' => $code ) |
378 | 378 | ); |
379 | 379 | |
| 380 | + $cache = new MessageGroupCache( $group, $code ); |
380 | 381 | if ( !$cache->exists() ) { |
381 | 382 | $modified[] = wfMsgHtml( 'translate-manage-modlang-new', $link ); |
382 | 383 | } else { |