Fix Core\HTMLCleaner

This commit is contained in:
Visman 2021-03-04 12:55:29 +07:00
parent 0ba9511177
commit 5a76f2674b

View file

@ -13,7 +13,7 @@ namespace ForkBB\Core;
use MioVisman\Jevix\Jevix;
use RuntimeException;
class HTMLCleaner extends Jevix;
class HTMLCleaner extends Jevix
{
protected $hConfigFile;
protected $hConfigName;
@ -64,7 +64,7 @@ class HTMLCleaner extends Jevix;
foreach ($args as $key => $value) {
if (
\is_string($key)
|| ! \is_array($VALUE)
|| ! \is_array($value)
) {
$this->{$method}($value);
} else {