@@ -55,7 +55,7 @@ |
||
55 | 55 | $onPageIpAddress = $matches['ipaddress']; |
56 | 56 | |
57 | 57 | foreach (array_keys(self::$ipAddress) as $type) { |
58 | - $result = array_filter(self::$ipAddress[$type], function ($identifier) use ($onPageIpAddress, $type) { |
|
58 | + $result = array_filter(self::$ipAddress[$type], function($identifier) use ($onPageIpAddress, $type) { |
|
59 | 59 | switch ($type) { |
60 | 60 | case 'static': |
61 | 61 | return in_array($identifier, $onPageIpAddress); |