From: Philipp Holzer Date: Sat, 18 May 2019 18:04:57 +0000 (+0200) Subject: rename rawContent() to content() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ce3b1210640ce653ef91cbf033788474c1f88b0c;p=friendica.git rename rawContent() to content() --- diff --git a/src/Module/GnuSocial/Notice.php b/src/Module/GnuSocial/Notice.php index ce4a5c5094..a364fa79f0 100644 --- a/src/Module/GnuSocial/Notice.php +++ b/src/Module/GnuSocial/Notice.php @@ -12,7 +12,7 @@ use Friendica\Network\HTTPException; */ class Notice extends BaseModule { - public static function rawContent() + public static function content() { $a = self::getApp();