diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc index 8b876c12e4..41717c431c 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.inc +++ b/usr/local/www/wizards/traffic_shaper_wizard.inc @@ -994,9 +994,9 @@ function step7_stepsubmitphpaction() { if($otherclient[1] != '') $rule['protocol'] = $otherclient[1]; } - if($rule['inqueue'] != "" and $rule['in-interface'] != "" and $rule['out-interface'] != "") $config['shaper']['rule'][] = $rule; + } }