Project

General

Profile

« Previous | Next » 

Revision 9e32ae93

Added by Stephen Beaver about 10 years ago

Bug 4960 fixed

Incorrect values passed to srctype and dsttype selectors

View differences:

usr/local/www/firewall_rules_edit.php
1275 1275
	$group->add(new Form_Select(
1276 1276
		$type . 'type',
1277 1277
		$name .' Type',
1278
		$ruleType,
1278
		$type == 'src' ? $pconfig['src']:$pconfig['dst'],
1279 1279
		$ruleValues
1280 1280
	));
1281 1281

  

Also available in: Unified diff