aboutsummaryrefslogtreecommitdiffstats
path: root/config/phpservice/phpservice.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/phpservice/phpservice.xml')
-rw-r--r--config/phpservice/phpservice.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/phpservice/phpservice.xml b/config/phpservice/phpservice.xml
index 225590b8..765dc8c7 100644
--- a/config/phpservice/phpservice.xml
+++ b/config/phpservice/phpservice.xml
@@ -107,15 +107,15 @@
<custom_add_php_command>
</custom_add_php_command>
<custom_php_resync_config_command>
- php_sync_package();
+ phpservice_sync_package();
</custom_php_resync_config_command>
<custom_delete_php_command>
- php_sync_package();
+ phpservice_sync_package();
</custom_delete_php_command>
<custom_php_install_command>
- php_install_command();
+ phpservice_install_command();
</custom_php_install_command>
<custom_php_deinstall_command>
- deinstall_command();
+ phpservice_deinstall_command();
</custom_php_deinstall_command>
</packagegui> \ No newline at end of file