]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/publicxrds.php
.inc.php please ...
[quix0rs-gnu-social.git] / actions / publicxrds.php
index aac6f423cf6ff263b317b9a7222b3431f29c84aa..979fe249d68b3d3fe84341496e97fb2fd871d41f 100644 (file)
@@ -58,7 +58,7 @@ class PublicxrdsAction extends Action
      *
      * @return boolean true
      */
-    function isReadOnly($args)
+    function isReadOnly(array $args=array())
     {
         return true;
     }
@@ -70,7 +70,7 @@ class PublicxrdsAction extends Action
      *
      * @return nothing
      */
-    function handle($args)
+    function handle(array $args=array())
     {
         parent::handle($args);
         $xrdsOutputter = new XRDSOutputter();