]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/RandomProfile.php
Update doignore() in main.js to match new Item\Ignore return type
[friendica.git] / src / Module / RandomProfile.php
index 3ecaa54b7607bc51f32099997380cd47defc64bc..c5b31afeef2e176d7e264171a3f3cf1844e868ba 100644 (file)
@@ -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();