jacobwb / hashover-next

This branch will be HashOver 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 8.1 returns an error about str_replace() use in misc.php

Julianoe opened this issue · comments

Got error 'PHP message: PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /srv/sites/mysite/www/_site/hashover-next/backend/classes/misc.php on line 94

Adding a check (with if or ternary operator maybe?) to verify that $string is something would solve it