diff --git a/resources/functions.php b/resources/functions.php index 9ee7e8f9c3..672ac62804 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -145,7 +145,7 @@ } //check to see if the user's remote address is in the cidr array - if (is_array($cidr) { + if (is_array($cidr)) { //cidr is an array foreach ($cidr as $value) { if (check_cidr($value, $ip_address)) {