X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapiuserprofileimage.php;h=c9c8eab9af5fce75c3bcf2876a53dc9c752063b5;hb=1e5232502571dcb1e8f107b9d27c54d91f0b8692;hp=47fc5e69ac1d0b33dd6d56d71de732badfca4bf2;hpb=220b51d8be61e9bd316567f3ad03fffdbc4b7526;p=quix0rs-gnu-social.git diff --git a/actions/apiuserprofileimage.php b/actions/apiuserprofileimage.php index 47fc5e69ac..c9c8eab9af 100644 --- a/actions/apiuserprofileimage.php +++ b/actions/apiuserprofileimage.php @@ -110,7 +110,7 @@ class ApiUserProfileImageAction extends ApiPrivateAuthAction * * @return boolean is read only action? */ - function isReadOnly($args) + function isReadOnly(array $args=array()) { return true; }