Index: trunk/extensions/Translate/TranslateHooks.php |
— | — | @@ -407,7 +407,7 @@ |
408 | 408 | public static function hideRestrictedFromStats( $id, $code ) { |
409 | 409 | $filterLangs = TranslateMetadata::get( $id, 'prioritylangs' ); |
410 | 410 | $priorityForce = TranslateMetadata::get( $id, 'priorityforce' ); |
411 | | - if ( strlen( $filterLangs ) === 0 || $priorityForce === 'off' ) { |
| 411 | + if ( strlen( $filterLangs ) === 0 || $priorityForce === 'off' ) { |
412 | 412 | // No restrictions, keep everything |
413 | 413 | return true; |
414 | 414 | } |