]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Like.php
Update doignore() in main.js to match new Item\Ignore return type
[friendica.git] / src / Module / Like.php
index 3243a12cb9682b248092adec5050d83a089737df..1c98cbc38c6ba6ef0a4c8c0c2df043694f7d3a14 100644 (file)
@@ -13,7 +13,7 @@ use Friendica\Util\Strings;
  */
 class Like extends BaseModule
 {
-       public static function rawContent($parameters)
+       public static function rawContent(array $parameters = [])
        {
                if (!Session::isAuthenticated()) {
                        throw new HTTPException\ForbiddenException();