diff options
Diffstat (limited to 'packages/phpservice/phpservice.xml')
-rw-r--r-- | packages/phpservice/phpservice.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/phpservice/phpservice.xml b/packages/phpservice/phpservice.xml index 68f01961..2c908be6 100644 --- a/packages/phpservice/phpservice.xml +++ b/packages/phpservice/phpservice.xml @@ -107,10 +107,10 @@ <custom_add_php_command> </custom_add_php_command> <custom_php_resync_config_command> - phpservice_sync_package(); + php_sync_package(); </custom_php_resync_config_command> <custom_delete_php_command> - phpservice_sync_package(); + php_sync_package(); </custom_delete_php_command> <custom_php_install_command> php_install_command(); |