GettextTranslationHelper: Properly fix module source paths
This commit is contained in:
parent
5961f43aa9
commit
96f3807610
|
@ -418,7 +418,7 @@ class GettextTranslationHelper
|
|||
{
|
||||
shell_exec(sprintf(
|
||||
"sed -i 's;%s;../../../..;g' %s",
|
||||
dirname($this->appDir),
|
||||
$this->moduleDir ?: dirname($this->appDir),
|
||||
$path
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue