Fix Core\HTMLCleaner
This commit is contained in:
parent
0ba9511177
commit
5a76f2674b
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue