diff options
Diffstat (limited to 'packages/spamd.xml')
-rw-r--r-- | packages/spamd.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/spamd.xml b/packages/spamd.xml index 524168b6..625150e3 100644 --- a/packages/spamd.xml +++ b/packages/spamd.xml @@ -95,7 +95,7 @@ </field> </fields> <custom_php_command_before_form> - function sync_package() { + function sync_package_spamd() { conf_mount_rw(); config_lock(); global $config; @@ -134,10 +134,10 @@ } </custom_php_command_before_form> <custom_php_resync_config_command> - sync_package(); + sync_package_spamd(); </custom_php_resync_config_command> <custom_delete_php_command> - sync_package(); + sync_package_spamd(); </custom_delete_php_command> <custom_php_install_command> system("touch /var/mail/whitelist.txt 2>/dev/null"); |