]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_stats.php
The usual changes: forms fixed
[mailer.git] / inc / modules / admin / what-config_stats.php
index 467a3996a6fb8fd9c295d8f98c06705f3ae8f569..62f16db3962d8f94904125c13a208811581eb9f1 100644 (file)
@@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addYouAreHereLink('admin', __FILE__);
 
 // Was the form submitted?
-if (isFormSent()) {
+if (isFormSent('save_config')) {
        // Save settings
        adminSaveSettingsFromPostData();
 } else {