rename rawContent() to content()

This commit is contained in:
Philipp Holzer 2019-05-18 20:04:57 +02:00
parent 9092cb1beb
commit ce3b121064
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use Friendica\Network\HTTPException;
*/ */
class Notice extends BaseModule class Notice extends BaseModule
{ {
public static function rawContent() public static function content()
{ {
$a = self::getApp(); $a = self::getApp();