@@ -95,8 +95,7 @@ discard block |
||
| 95 | 95 | (is_string($IsSetLocale) ? 'info' : 'error'), |
| 96 | 96 | 'Gettext Library -> Try to set locale: ' . |
| 97 | 97 | (is_array($config['gettext_locale']) ? |
| 98 | - print_r($config['gettext_locale'], TRUE) : |
|
| 99 | - $config['gettext_locale'] |
|
| 98 | + print_r($config['gettext_locale'], TRUE) : $config['gettext_locale'] |
|
| 100 | 99 | ) |
| 101 | 100 | ); |
| 102 | 101 | |
@@ -107,8 +106,7 @@ discard block |
||
| 107 | 106 | ($IsPutEnv === TRUE ? 'info' : 'error'), |
| 108 | 107 | 'Gettext Library -> Try to set environment language: ' . |
| 109 | 108 | (is_array($config['gettext_locale']) ? |
| 110 | - $config['gettext_locale'][0] : |
|
| 111 | - $config['gettext_locale'] |
|
| 109 | + $config['gettext_locale'][0] : $config['gettext_locale'] |
|
| 112 | 110 | ) |
| 113 | 111 | ); |
| 114 | 112 | |