]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_refback.php
Some menu points renamed to not conflict with configuration menus:
[mailer.git] / inc / modules / admin / what-config_refback.php
index b064ea0c8e51dddb93cdc37c51dd21bca8a55f0a..1105d4fef473618e14bee0561eba72d183592377 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('refback_min_perc', 'refback_max_perc'));