]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletag.php
change default timeout setting for HTTPClient
[quix0rs-gnu-social.git] / actions / peopletag.php
index b0a6e2635deb72b94a2cb63b2de2ebe2e72418f9..ed811ce26274fcc1d56299b03d701fe05b971ceb 100644 (file)
@@ -62,7 +62,7 @@ class PeopletagAction extends Action
         }
     }
 
-    function prepare($args)
+    function prepare(array $args = array())
     {
         parent::prepare($args);
         $this->page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
@@ -84,9 +84,9 @@ class PeopletagAction extends Action
         return true;
     }
 
-    function handle($args)
+    function handle()
     {
-        parent::handle($args);
+        parent::handle();
         $this->showPage();
     }