X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapiuserprofileimage.php;h=47fc5e69ac1d0b33dd6d56d71de732badfca4bf2;hb=d4be5349b30f49fa049dbfc854bb2a95eeb1d5c1;hp=cb5c959d085adf71025ff4a0a9d3f1e87f32d325;hpb=29d0871e5a5b2561387bcad40ef4644ee1c2be08;p=quix0rs-gnu-social.git diff --git a/actions/apiuserprofileimage.php b/actions/apiuserprofileimage.php index cb5c959d08..47fc5e69ac 100644 --- a/actions/apiuserprofileimage.php +++ b/actions/apiuserprofileimage.php @@ -51,7 +51,7 @@ class ApiUserProfileImageAction extends ApiPrivateAuthAction * @return boolean success flag * */ - protected function prepare($args) + protected function prepare(array $args=array()) { parent::prepare($args); $user = User::getKV('nickname', $this->arg('screen_name'));