mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Static methods invocation via '->'.
(cherry picked from commit da1e5a5
)
This commit is contained in:
parent
1daec3c319
commit
4e021d06d4
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,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…
Add table
Add a link
Reference in a new issue