Fixed Static methods invocation via '->'. (#81)

This commit is contained in:
Roman Kelesidis 2023-04-01 00:12:04 +07:00 committed by GitHub
parent 819121b667
commit dcb357fc36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -560,7 +560,7 @@ class bbcode
global $bb_cfg;
$text = " $text ";
$text = $this->clean_up($text);
$text = static::clean_up($text);
$text = $this->spam_filter($text);
// Tag parse