@@ -402,7 +402,7 @@ |
||
| 402 | 402 | { |
| 403 | 403 | $properties = ['name', 'locale']; |
| 404 | 404 | if (!in_array($property, $properties)) { |
| 405 | - throw new Exception(sprintf("Language property \"%s\" is not available!", $property)); |
|
| 405 | + throw new Exception(sprintf("Language property \"%s\" is not available!", $property)); |
|
| 406 | 406 | } |
| 407 | 407 | |
| 408 | 408 | $language = $this->getLanguageProperties($key); |