X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FRandomProfile.php;h=c5b31afeef2e176d7e264171a3f3cf1844e868ba;hb=fd706cf9a7a0c4700838a1f00b12d8fd37323b7c;hp=325cc1e6598d1306cb514b7c2daae019ca938755;hpb=8bb85b1da7c1282badb5250358e82e89a165e6b0;p=friendica.git diff --git a/src/Module/RandomProfile.php b/src/Module/RandomProfile.php index 325cc1e659..c5b31afeef 100644 --- a/src/Module/RandomProfile.php +++ b/src/Module/RandomProfile.php @@ -7,11 +7,11 @@ use Friendica\Model\Contact; use Friendica\Model\GContact; /** - * Redirects to a random profile of this node + * Redirects to a random Friendica profile this node knows about */ class RandomProfile extends BaseModule { - public static function content() + public static function content(array $parameters = []) { $a = self::getApp();