rename rawContent() to content()
authorPhilipp Holzer <admin+github@philipp.info>
Sat, 18 May 2019 18:04:57 +0000 (20:04 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Sun, 19 May 2019 00:53:35 +0000 (02:53 +0200)
src/Module/GnuSocial/Notice.php

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