X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapiattachment.php;h=b92709f5d6419b9407f407c42fd2a91bb68f1324;hb=261ccfac8699534ff584a2f93d5dcd384529d855;hp=505d50330e045ab5a095043c0eb6aa60d3967188;hpb=f8b49e69d02806110cbc780fce4671fbe3357438;p=quix0rs-gnu-social.git diff --git a/actions/apiattachment.php b/actions/apiattachment.php index 505d50330e..b92709f5d6 100644 --- a/actions/apiattachment.php +++ b/actions/apiattachment.php @@ -99,7 +99,7 @@ class ApiAttachmentAction extends ApiAuthAction * @return boolean is read only action? */ - function isReadOnly($args) + function isReadOnly(array $args=array()) { return true; }