]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifriendshipsexists.php
Added missing isPrivateScope().
[quix0rs-gnu-social.git] / actions / apifriendshipsexists.php
index 4bb771292d61ab964fab7fef40954bf494ad7323..21d82f96fd13f20fc41cf77bf247ccc12709d355 100644 (file)
@@ -111,7 +111,7 @@ class ApiFriendshipsExistsAction extends ApiPrivateAuthAction
      *
      * @return boolean is read only action?
      */
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }