Some menu points renamed to not conflict with configuration menus:
[mailer.git] / inc / modules / admin / what-config_sponsor.php
index 2dfb880e6d619aad74730ca7abe157bda685e24c..cc82a1a7015ba648dfc15ebcd543826541f64311 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 settings
        adminSaveSettingsFromPostData();
 } else {