Skip to content

Commit b752640

Browse files
committed
Update ajaxHelper.php
1 parent da62493 commit b752640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sccpManTraits/ajaxHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,11 +728,11 @@ function saveSccpDevice($get_settings, $validateonly = false) {
728728
}
729729
if (isset($netValue['internal'])) {
730730
$output[] = 'internal';
731-
continue;
731+
continue 2;
732732
}
733733
if (empty($netValue['net'])) {
734734
// empty net so ignored
735-
continue;
735+
continue 2;
736736
}
737737
$netValue['mask'] = (empty($netValue['mask'])) ? "255.255.255.0" : $netValue['mask'];
738738
$output[]= implode('/', $netValue);

0 commit comments

Comments
 (0)