This commit is contained in:
Ad Schellevis 2019-04-12 14:30:08 +02:00
parent 0c31965f27
commit 21f3607085

View File

@ -282,7 +282,6 @@ class Gateways
{
$result = array();
foreach ($this->getGateways() as $gateway) {
$intf = $gateway['interface'];
if (!empty($gateway['disabled']) && !$disabled) {
continue;
}