Open franverfsm opened 1 year ago
Fixing issue with the strtolower() function for PHP 8.1, where it is deprecated to receive null as a function parameter. Changed the default value of $searchJoin to empty string instead of null.
strtolower()
null
$searchJoin
Fixing issue with the
strtolower()
function for PHP 8.1, where it is deprecated to receivenull
as a function parameter. Changed the default value of$searchJoin
to empty string instead ofnull
.