Some menu points renamed to not conflict with configuration menus:
[mailer.git] / inc / modules / admin / what-config_bonus.php
index 63fcbeecc06c94dc049a46b59d35ff1f26f9182f..048e7b61966d78af33d14a22d259ca8d5b5cffd0 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('login_bonus', 'turbo_bonus', 'bonus_ref', 'bonus_order', 'bonus_notify_points'));