diff options
Diffstat (limited to 'packages/spamd_whitelist.xml')
-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 aacb3aa8..1fb463cf 100644 --- a/packages/spamd_whitelist.xml +++ b/packages/spamd_whitelist.xml @@ -51,7 +51,7 @@ </field> </fields> <custom_php_command_before_form> - function sync_package() { + function sync_package_spamd_whitelist() { global $config; conf_mount_rw(); config_lock(); @@ -67,9 +67,9 @@ } </custom_php_command_before_form> <custom_php_resync_config_command> - sync_package(); + sync_package_spamd_whitelist(); </custom_php_resync_config_command> <custom_delete_php_command> - sync_package(); + sync_package_spamd_whitelist(); </custom_delete_php_command> </packagegui> |