mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
unused var, ref https://github.com/opnsense/core/issues/2279
This commit is contained in:
parent
0c31965f27
commit
21f3607085
@ -282,7 +282,6 @@ class Gateways
|
||||
{
|
||||
$result = array();
|
||||
foreach ($this->getGateways() as $gateway) {
|
||||
$intf = $gateway['interface'];
|
||||
if (!empty($gateway['disabled']) && !$disabled) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user