From 4e021d06d40d36b286104f500e49ad76216d313b Mon Sep 17 00:00:00 2001 From: Yuriy Pikhtarev Date: Fri, 5 May 2017 01:07:26 +0300 Subject: [PATCH] Static methods invocation via '->'. (cherry picked from commit da1e5a5) --- library/includes/bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/includes/bbcode.php b/library/includes/bbcode.php index eae6514fb..117de8e12 100644 --- a/library/includes/bbcode.php +++ b/library/includes/bbcode.php @@ -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