Some menu points renamed to not conflict with configuration menus:
[mailer.git] / inc / modules / admin / what-config_extensions.php
index bbcbf612309327fd928374aa5efb817c95a5d0d4..89cfc763c4d612b0b3287907e5ab67c016705f50 100644 (file)
@@ -43,7 +43,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 // Add description as navigation point
 addYouAreHereLink('admin', __FILE__);
 
-if (isFormSent()) {
+if (isFormSent('save_config')) {
        // Save configuration
        adminSaveSettingsFromPostData();
 } else {