X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frepliesrss.php;h=df632fb4ce5ebbb36bd8229a873f7869605a34a3;hb=b53e1439969bfa2c0b551d8cc2fc8fe15652c62a;hp=145b51aaea99dfc58cb252c7c1210897dd773a39;hpb=220b51d8be61e9bd316567f3ad03fffdbc4b7526;p=quix0rs-gnu-social.git diff --git a/actions/repliesrss.php b/actions/repliesrss.php index 145b51aaea..df632fb4ce 100644 --- a/actions/repliesrss.php +++ b/actions/repliesrss.php @@ -27,7 +27,7 @@ class RepliesrssAction extends Rss10Action { var $user = null; - function prepare($args) + function prepare(array $args=array()) { parent::prepare($args); $nickname = $this->trimmed('nickname'); @@ -81,7 +81,7 @@ class RepliesrssAction extends Rss10Action return $profile->avatarUrl(AVATAR_PROFILE_SIZE); } - function isReadOnly($args) + function isReadOnly(array $args=array()) { return true; }