]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groups.php
Give priority to ATOM to expose WebSub.
[quix0rs-gnu-social.git] / actions / groups.php
index d1bc8d94583bd67169dfaad27d7bde211d1934a1..2e88d0a96083ddb2ec068fd3029df5e1385f798f 100644 (file)
@@ -67,16 +67,16 @@ class GroupsAction extends Action
         }
     }
 
-    function prepare($args)
+    function prepare(array $args = array())
     {
         parent::prepare($args);
         $this->page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
         return true;
     }
 
-    function handle($args)
+    function handle()
     {
-        parent::handle($args);
+        parent::handle();
         $this->showPage();
     }