]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/PublicRSAKey.php
Group selection: Respect "pubmail" and ignore atchived or blocked contacts
[friendica.git] / src / Module / PublicRSAKey.php
index 36502cc86bf442dfe730b5cac8034303a810cfd5..f652811b54bd5a7b1d417d6359e4ff1eabf1848c 100644 (file)
@@ -12,7 +12,7 @@ use Friendica\Network\HTTPException\BadRequestException;
  */
 class PublicRSAKey extends BaseModule
 {
-       public static function rawContent($parameters)
+       public static function rawContent(array $parameters = [])
        {
                $app = self::getApp();