Skip to content

Commit

Permalink
PHP 8.1 support (alextselegidis#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Feb 23, 2022
1 parent 2eaff33 commit 530e35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/core/Input.php
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ public function valid_ip($ip, $which = '')
$which = FILTER_FLAG_IPV6;
break;
default:
$which = NULL;
$which = [];
break;
}

Expand Down

0 comments on commit 530e35b

Please sign in to comment.