diff options
Diffstat (limited to 'app/l10n')
-rwxr-xr-x | app/l10n/extract.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/l10n/extract.php b/app/l10n/extract.php index 1a04f00..3f1ef33 100755 --- a/app/l10n/extract.php +++ b/app/l10n/extract.php @@ -17,9 +17,10 @@ // return; $root = dirname(__FILE__) . '/../../'; -$GLOBALS['english'] = array(); -include_once $root . '/app/classes/Simplel10n.class.php'; +require_once $root.'/vendors/autoload.php'; + +$GLOBALS['english'] = array(); /* * This is a file parser to extract localizable strings (in .php files) |