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