Some menu points renamed to not conflict with configuration menus:
[mailer.git] / inc / modules / admin / what-config_coupon.php
index b0a0abea87b0188def59b8a6c2e6156852a6c1c0..31bc22eee320018bbde27c49787f3bc0dcf83488 100644 (file)
@@ -43,7 +43,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 // Add description as navigation point
 addYouAreHereLink('admin', __FILE__);
 
-if (isFormSent()) {
+if (isFormSent('save_config')) {
        // Replace German comma with computer's version
        convertCommaToDotInPostData('coupon_default_points');