From: Hypolite Petovan Date: Sat, 21 Apr 2018 08:38:27 +0000 (-0400) Subject: Fix BBCode::getAbstract scope X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1e67c3214251b27d4d4570224db13197127cd386;p=friendica.git Fix BBCode::getAbstract scope --- diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index 96c8eceb70..6c441bac6f 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -1808,7 +1808,7 @@ class BBCode extends BaseObject * @param string $addon The addon for which the abstract is meant for * @return string The abstract */ - private static function getAbstract($text, $addon = "") + public static function getAbstract($text, $addon = "") { $abstract = ""; $abstracts = [];