forked from mirrors/easyappointments
PHP 8.1 support (#1209)
This commit is contained in:
parent
cc5d219311
commit
047a41bab1
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ class CI_Input {
|
|||
$which = FILTER_FLAG_IPV6;
|
||||
break;
|
||||
default:
|
||||
$which = NULL;
|
||||
$which = [];
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue