]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_autopurge.php
Filters for configurable userid exclusion added:
[mailer.git] / inc / modules / admin / what-config_autopurge.php
index c06ffecd8983df306f610dd8b7907e1a5d9508b9..fb4d44811eee0f48f0725fad277ee85a904ec68f 100644 (file)
@@ -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 {