]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiexternalprofileshow.php
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / actions / apiexternalprofileshow.php
index 4e9f3ebc48319d6d5cdb5b79efb99e560ac7e9fd..2fe7450034f404adb108798abb4eb01d4d4c841f 100644 (file)
@@ -42,7 +42,7 @@ class ApiExternalProfileShowAction extends ApiPrivateAuthAction
      * @return boolean success flag
      *
      */
-    protected function prepare($args)
+    protected function prepare(array $args=array())
     {
         parent::prepare($args);
 
@@ -92,7 +92,7 @@ class ApiExternalProfileShowAction extends ApiPrivateAuthAction
      *
      * @return boolean is read only action?
      */
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }