@@ -27,7 +27,7 @@ |
||
27 | 27 | $locale = Config::getConfigField("locale"); |
28 | 28 | } |
29 | 29 | |
30 | - $localePath = FinanCalc::getPath() . "/locale/$locale.php"; |
|
30 | + $localePath = FinanCalc::getPath()."/locale/$locale.php"; |
|
31 | 31 | |
32 | 32 | if (!file_exists($localePath)) { |
33 | 33 | return null; |