mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
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