@@ -31,7 +31,7 @@ |
||
| 31 | 31 | |
| 32 | 32 | protected function prep($locale) |
| 33 | 33 | { |
| 34 | - if ( file_exists(realpath(__DIR__."/../data/$locale.php")) === false ) { |
|
| 34 | + if (file_exists(realpath(__DIR__."/../data/$locale.php")) === false) { |
|
| 35 | 35 | $locale = 'en'; |
| 36 | 36 | } |
| 37 | 37 | |