]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/AllFriends.php
Group selection: Respect "pubmail" and ignore atchived or blocked contacts
[friendica.git] / src / Module / AllFriends.php
index 76453a02c3574d543b94e798feea7f02df950ed6..0d9bf598580dee6ffe4f4851bb76ae15fa1a1a9b 100644 (file)
@@ -16,7 +16,7 @@ use Friendica\Util\Proxy as ProxyUtils;
  */
 class AllFriends extends BaseModule
 {
-       public static function content($parameters)
+       public static function content(array $parameters = [])
        {
                $app = self::getApp();