X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpublicxrds.php;h=979fe249d68b3d3fe84341496e97fb2fd871d41f;hb=1ae5ea8f4cf40113a14a183b754101177f99ba32;hp=aac6f423cf6ff263b317b9a7222b3431f29c84aa;hpb=31c1177970124cee31823cab3a11542c23b4126d;p=quix0rs-gnu-social.git diff --git a/actions/publicxrds.php b/actions/publicxrds.php index aac6f423cf..979fe249d6 100644 --- a/actions/publicxrds.php +++ b/actions/publicxrds.php @@ -58,7 +58,7 @@ class PublicxrdsAction extends Action * * @return boolean true */ - function isReadOnly($args) + function isReadOnly(array $args=array()) { return true; } @@ -70,7 +70,7 @@ class PublicxrdsAction extends Action * * @return nothing */ - function handle($args) + function handle(array $args=array()) { parent::handle($args); $xrdsOutputter = new XRDSOutputter();