X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FFavorite%2Factions%2Fatompubfavoritefeed.php;h=cd8e8daddf781aafa7df3b1c6d683d134af23294;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=b8dae707b38fd900695c6a54026c945e7d0d01bd;hpb=aca5ff1b23152abf01551c384c1b1d43ecc40b6f;p=quix0rs-gnu-social.git diff --git a/plugins/Favorite/actions/atompubfavoritefeed.php b/plugins/Favorite/actions/atompubfavoritefeed.php index b8dae707b3..cd8e8daddf 100644 --- a/plugins/Favorite/actions/atompubfavoritefeed.php +++ b/plugins/Favorite/actions/atompubfavoritefeed.php @@ -233,7 +233,7 @@ class AtompubfavoritefeedAction extends ApiAuthAction * * @return boolean is read only action? */ - function isReadOnly($args) + function isReadOnly(array $args=array()) { if ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUEST_METHOD'] == 'HEAD') {