mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
(legacy) error in cleanup is_specialnet
This commit is contained in:
parent
cc4c65c32e
commit
96d2793ce8
@ -517,7 +517,7 @@ function is_specialnet($net) {
|
||||
|
||||
if(!$net)
|
||||
return false;
|
||||
if (is_array($net) && in_array($net, $specialsrcdst))
|
||||
if (is_array($specialsrcdst) && in_array($net, $specialsrcdst))
|
||||
return true;
|
||||
else
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user