X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FRandomProfile.php;h=c5b31afeef2e176d7e264171a3f3cf1844e868ba;hb=fd706cf9a7a0c4700838a1f00b12d8fd37323b7c;hp=3ecaa54b7607bc51f32099997380cd47defc64bc;hpb=ec5c123f4174f1d630ea36ba9b98fd5ba8ce99f9;p=friendica.git diff --git a/src/Module/RandomProfile.php b/src/Module/RandomProfile.php index 3ecaa54b76..c5b31afeef 100644 --- a/src/Module/RandomProfile.php +++ b/src/Module/RandomProfile.php @@ -11,7 +11,7 @@ use Friendica\Model\GContact; */ class RandomProfile extends BaseModule { - public static function content() + public static function content(array $parameters = []) { $a = self::getApp();