]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiattachment.php
Merge branch 'master' into social-master
[quix0rs-gnu-social.git] / actions / apiattachment.php
index 505d50330e045ab5a095043c0eb6aa60d3967188..b92709f5d6419b9407f407c42fd2a91bb68f1324 100644 (file)
@@ -99,7 +99,7 @@ class ApiAttachmentAction extends ApiAuthAction
      * @return boolean is read only action?
      */
 
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }