diff options
-rw-r--r-- | packages/spamd_whitelist.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/spamd_whitelist.xml b/packages/spamd_whitelist.xml index 9cd134e9..366e2338 100644 --- a/packages/spamd_whitelist.xml +++ b/packages/spamd_whitelist.xml @@ -76,12 +76,9 @@ } </custom_php_command_before_form> <custom_delete_php_command> - sync_package_spamd(); + sync_package_spamd_whitelist(); </custom_delete_php_command> <custom_php_resync_config_command> - sync_package_spamd_whitelist(); + sync_package_spamd_whitelist(); </custom_php_resync_config_command> - <custom_delete_php_command> - sync_package_spamd_whitelist(); - </custom_delete_php_command> </packagegui> |