Index: trunk/extensions/Translate/specials/SpecialLanguageStats.php |
— | — | @@ -329,7 +329,9 @@ |
330 | 330 | $rowParams['data-groupid'] = $group->getId(); |
331 | 331 | if ( is_string( $parent ) ) { |
332 | 332 | $rowParams['data-parentgroups'] = $parent; |
333 | | - } elseif ( $parent === true ) { |
| 333 | + } |
| 334 | + |
| 335 | + if ( $parent === true ) { |
334 | 336 | $rowParams['data-ismeta'] = '1'; |
335 | 337 | } |
336 | 338 | |