diff options
author | Mark Crane <mcrane@pfsense.org> | 2009-01-23 02:18:53 +0000 |
---|---|---|
committer | Mark Crane <mcrane@pfsense.org> | 2009-01-23 02:18:53 +0000 |
commit | 9a5d2b00b3016761c6077849c6c093249b36e2b5 (patch) | |
tree | 9c33e0f902a146f11483632cd07ea5b372b53684 /packages/phpservice | |
parent | 221e8bfa5d007ad8e25e4a01c42c5ea496bd35df (diff) | |
download | pfsense-packages-9a5d2b00b3016761c6077849c6c093249b36e2b5.tar.gz pfsense-packages-9a5d2b00b3016761c6077849c6c093249b36e2b5.tar.bz2 pfsense-packages-9a5d2b00b3016761c6077849c6c093249b36e2b5.zip |
phpservice package change function name in phpservice.xml
Diffstat (limited to 'packages/phpservice')
-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(); |