mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
c9c97f3c61
commit
d4c7261562
@ -244,7 +244,7 @@ class GettextTranslationHelper
|
|||||||
if (is_file($this->tablePath)) {
|
if (is_file($this->tablePath)) {
|
||||||
shell_exec(sprintf(
|
shell_exec(sprintf(
|
||||||
'%s --update %s %s 2>&1',
|
'%s --update %s %s 2>&1',
|
||||||
$this->getConfig()->get('translation', 'msgmerge', '/usr/bin/env php'),
|
$this->getConfig()->get('translation', 'msgmerge', '/usr/bin/env msgmerge'),
|
||||||
$this->tablePath,
|
$this->tablePath,
|
||||||
$this->templatePath
|
$this->templatePath
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user