@@ -27,7 +27,7 @@ |
||
| 27 | 27 | **/ |
| 28 | 28 | public static function isAllowedLanguage($code) |
| 29 | 29 | { |
| 30 | - return in_array($code, array_keys(self::allowedLanguages()) ); |
|
| 30 | + return in_array($code, array_keys(self::allowedLanguages())); |
|
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** |