Fix BBCode::getAbstract scope
This commit is contained in:
parent
abc50eb3ae
commit
1e67c32142
|
@ -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 = [];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user