more language cleanup and adding mysql-servers to customer add/delete in UI
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -125,9 +125,9 @@ class FroxlorTwig extends AbstractExtension
|
||||
return Settings::Get($setting);
|
||||
}
|
||||
|
||||
public function getLang($identifier = null)
|
||||
public function getLang($identifier = null, array $arguments = [])
|
||||
{
|
||||
return UI::getLng($identifier);
|
||||
return lng($identifier, $arguments);
|
||||
}
|
||||
|
||||
public function getLink($linkopts)
|
||||
|
||||
Reference in New Issue
Block a user