Fix BBCode::getAbstract scope

This commit is contained in:
Hypolite Petovan 2018-04-21 04:38:27 -04:00
parent abc50eb3ae
commit 1e67c32142
1 changed files with 1 additions and 1 deletions

View File

@ -1808,7 +1808,7 @@ class BBCode extends BaseObject
* @param string $addon The addon for which the abstract is meant for * @param string $addon The addon for which the abstract is meant for
* @return string The abstract * @return string The abstract
*/ */
private static function getAbstract($text, $addon = "") public static function getAbstract($text, $addon = "")
{ {
$abstract = ""; $abstract = "";
$abstracts = []; $abstracts = [];