Some menu points renamed to not conflict with configuration menus:
[mailer.git] / inc / modules / admin / what-config_surfbar.php
index 27f4b0cfd5cc1dcad90a4705fddfd0aa89b19b7f..dc9533b057a8a930646a38562d96890fdbbf15eb 100644 (file)
@@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addYouAreHereLink('admin', __FILE__);
 
 // Was the form submitted?
-if (isFormSent()) {
+if (isFormSent('save_config')) {
        // Replace german decimal comma with computer decimal dot
        convertCommaToDotInPostDataArray(array('surfbar_static_reward', 'surfbar_static_costs', 'surfbar_dynamic_percent'));