PHP 8.1 support (#1209)

This commit is contained in:
Alex Tselegidis 2022-02-23 12:52:47 +01:00
parent cc5d219311
commit 047a41bab1
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ class CI_Input {
$which = FILTER_FLAG_IPV6; $which = FILTER_FLAG_IPV6;
break; break;
default: default:
$which = NULL; $which = [];
break; break;
} }