diff options
-rw-r--r-- | packages/spamd_whitelist.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/spamd_whitelist.xml b/packages/spamd_whitelist.xml index 90b0a76e..9cd134e9 100644 --- a/packages/spamd_whitelist.xml +++ b/packages/spamd_whitelist.xml @@ -76,12 +76,12 @@ } </custom_php_command_before_form> <custom_delete_php_command> - sync_package_spamd_whitelist(); + sync_package_spamd(); </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(); + sync_package_spamd_whitelist(); </custom_delete_php_command> </packagegui> |