mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Fixed Static methods invocation via '->'. (#81)
This commit is contained in:
parent
819121b667
commit
dcb357fc36
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user