Index: trunk/extensions/Translate/scripts/groupStatistics.php |
— | — | @@ -297,7 +297,7 @@ |
298 | 298 | $out->element( $code ); |
299 | 299 | |
300 | 300 | // Fill language name field |
301 | | - if( ( $options['output'] == 'wiki' && |
| 301 | + if( $options['output'] == 'wiki' && |
302 | 302 | !isset( $options['nol10n'] ) && |
303 | 303 | function_exists( 'efI18nTagsInit' ) ) { |
304 | 304 | $out->element( "{{#languagename:" . $code . "}}" ); |