GettextTranslationHelper: Properly fix module source paths

This commit is contained in:
Johannes Meyer 2019-05-27 11:02:34 +02:00
parent 5961f43aa9
commit 96f3807610
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ class GettextTranslationHelper
{
shell_exec(sprintf(
"sed -i 's;%s;../../../..;g' %s",
dirname($this->appDir),
$this->moduleDir ?: dirname($this->appDir),
$path
));
}