]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/RandomProfile.php
Group selection: Respect "pubmail" and ignore atchived or blocked contacts
[friendica.git] / src / Module / RandomProfile.php
index 325cc1e6598d1306cb514b7c2daae019ca938755..c5b31afeef2e176d7e264171a3f3cf1844e868ba 100644 (file)
@@ -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();