]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Feed.php
Update doignore() in main.js to match new Item\Ignore return type
[friendica.git] / src / Module / Feed.php
index 49ecfed96c166cd6d6676f77816ec1a100e77e43..ba2153762754c24d9f3e59a8437d87d8c7156c4c 100644 (file)
@@ -23,7 +23,7 @@ use Friendica\Protocol\OStatus;
  */
 class Feed extends BaseModule
 {
-       public static function content()
+       public static function content(array $parameters = [])
        {
                $a = self::getApp();