mirror of
https://github.com/torrentpier/torrentpier
synced 2025-07-16 10:03:11 -07:00
Static methods invocation via '->'.
This commit is contained in:
parent
a391e21f13
commit
da1e5a5818
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,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