X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FModule%2FFollowing.php;h=8eaa1835c2eb3eebb8c0080d70a40cce16ba5681;hb=fd706cf9a7a0c4700838a1f00b12d8fd37323b7c;hp=5b5f4dc986d491d5c086f1f459ffef8bf5645e1e;hpb=f8c0f24e34e124ab782d5dcf3d2d658d70e19e5c;p=friendica.git diff --git a/src/Module/Following.php b/src/Module/Following.php index 5b5f4dc986..8eaa1835c2 100644 --- a/src/Module/Following.php +++ b/src/Module/Following.php @@ -14,7 +14,7 @@ use Friendica\Protocol\ActivityPub; */ class Following extends BaseModule { - public static function rawContent() + public static function rawContent(array $parameters = []) { $a = self::getApp();