mirror of
https://github.com/grocy/grocy.git
synced 2026-04-09 22:16:16 +02:00
correct indentation and variable out of scope
This commit is contained in:
parent
1b458dcbd0
commit
aabc719f5b
|
|
@ -114,7 +114,7 @@ class LocalizationService
|
||||||
$this->PoUserStrings = apcu_fetch("grocy_LocalizationService_".$culture."_PoUserStrings");
|
$this->PoUserStrings = apcu_fetch("grocy_LocalizationService_".$culture."_PoUserStrings");
|
||||||
|
|
||||||
$this->Translator = new Translator();
|
$this->Translator = new Translator();
|
||||||
$this->Translator->loadTranslations($Po);
|
$this->Translator->loadTranslations($this->Po);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function GetPoAsJsonString()
|
public function GetPoAsJsonString()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user