]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiuserprofileimage.php
Pending subscription requests now work as they should
[quix0rs-gnu-social.git] / actions / apiuserprofileimage.php
index cb5c959d085adf71025ff4a0a9d3f1e87f32d325..47fc5e69ac1d0b33dd6d56d71de732badfca4bf2 100644 (file)
@@ -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'));