diff options
Diffstat (limited to 'app/l10n/extract.php')
-rwxr-xr-x | app/l10n/extract.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/l10n/extract.php b/app/l10n/extract.php index 3f1ef33..878de4e 100755 --- a/app/l10n/extract.php +++ b/app/l10n/extract.php @@ -16,7 +16,7 @@ // released versions of moonmoon should immediately return for security // return; -$root = dirname(__FILE__) . '/../../'; +$root = __DIR__ . '/../../'; require_once $root.'/vendors/autoload.php'; |