mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 08:52:21 +00:00
PHP 8.5 compatibility
This commit is contained in:
@@ -130,6 +130,6 @@ class basis
|
||||
*/
|
||||
public function convert_html_chars($value)
|
||||
{
|
||||
return htmlspecialchars($value);
|
||||
return htmlspecialchars($value ?? '');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user