Some menu points renamed to not conflict with configuration menus:
[mailer.git] / inc / modules / admin / what-config_home.php
index d224da9f40262fdda7ccf735315d656fe06d447e..e667473d89fd628f61058264b37f55e244cb4309 100644 (file)
@@ -51,7 +51,7 @@ if (isGetRequestElementSet('sub')) {
 
 switch ($sub) {
        case 'settings': // Settings related to the index page
-               if (isFormSent()) {
+               if (isFormSent('save_config')) {
                        // Save settings
                        adminSaveSettingsFromPostData();