Remove first check

This commit is contained in:
Scott Ullrich 2008-10-28 17:18:01 +00:00
parent 4b7aee98de
commit fbf424fb9f

View File

@ -78,9 +78,6 @@ if ($_POST) {
}
/* check for overlaps */
if(!$a_gateway_groups)
$input_errors[] = "You must setup a gateway first!";
if($a_gateway_groups) {
foreach ($a_gateway_groups as $gateway_group) {
if (isset($id) && ($a_gateway_groups[$id]) && ($a_gateway_groups[$id] === $gateway_group))