Some menu points renamed to not conflict with configuration menus:
[mailer.git] / inc / modules / admin / what-config_beg.php
index 3da037dfce9e41b9cd60f9278863fd12f869576a..f202e78c296081dc6358cc719ef31030b29ae49b 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 decimal comma with computer decimal dot
        convertCommaToDotInPostDataArray(array('beg_points', 'beg_points_max', 'beg_notify_bonus'));