X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_autopurge.php;h=fb4d44811eee0f48f0725fad277ee85a904ec68f;hb=4f7df133f736da124e6f7bd02008b9093f736451;hp=c06ffecd8983df306f610dd8b7907e1a5d9508b9;hpb=32f930539d6b5cb5e603bece41277f3e5cca8fa9;p=mailer.git diff --git a/inc/modules/admin/what-config_autopurge.php b/inc/modules/admin/what-config_autopurge.php index c06ffecd89..fb4d44811e 100644 --- a/inc/modules/admin/what-config_autopurge.php +++ b/inc/modules/admin/what-config_autopurge.php @@ -43,7 +43,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { // Add description as navigation point addYouAreHereLink('admin', __FILE__); -if (isFormSent()) { +if (isFormSent('save_config')) { // Data was submitted so we store it adminSaveSettingsFromPostData(); } else {