I18n: fix handling non-executable smarty-gettext/tsmarty2c.php script
This commit is contained in:
parent
3edf176dc2
commit
a4d2e3369c
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ class I18n {
|
|||
// Extract messages from templates files using tsmarty2c.php
|
||||
$result = run_external_command(
|
||||
array(
|
||||
App :: root_directory_path()."/vendor/smarty-gettext/smarty-gettext/tsmarty2c.php",
|
||||
PHP_BINARY.' '.App :: root_directory_path()."/vendor/smarty-gettext/smarty-gettext/tsmarty2c.php",
|
||||
basename($templates_directory),
|
||||
),
|
||||
null, // Pass nothing on STDIN
|
||||
|
|
Loading…
Reference in a new issue