Fixes PHP8-Bug within CI3

This commit is contained in:
int2001
2024-05-26 04:19:16 +00:00
parent ee63c90d62
commit 9110d0795e

View File

@@ -357,7 +357,7 @@ if ( ! function_exists('highlight_code'))
return str_replace(
array('phptagopen', 'phptagclose', 'asptagopen', 'asptagclose', 'backslashtmp', 'scriptclose'),
array('<?', '?>', '<%', '%>', '\\', '</script>'),
$str
$str ?? ''
);
}
}