]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Credits.php
Group selection: Respect "pubmail" and ignore atchived or blocked contacts
[friendica.git] / src / Module / Credits.php
index b0a6545c38b0ca8d875595657353d1f97d1a7f52..c536dcaa5e8fae16f5d77215a91d2853bc08b2c4 100644 (file)
@@ -13,7 +13,7 @@ use Friendica\Core\Renderer;
  */
 class Credits extends BaseModule
 {
-       public static function content()
+       public static function content(array $parameters = [])
        {
                /* fill the page with credits */
                $credits_string = file_get_contents('CREDITS.txt');