]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletagsforuser.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / peopletagsforuser.php
index 7679be0b862ad2ec74f3c32d58e255ee6c41c040..a93032815634c9c4106d1d66d5df434d5b77903c 100644 (file)
@@ -54,7 +54,7 @@ class PeopletagsforuserAction extends Action
         }
     }
 
-    function prepare($args)
+    function prepare(array $args = array())
     {
         parent::prepare($args);
 
@@ -95,9 +95,9 @@ class PeopletagsforuserAction extends Action
         return true;
     }
 
-    function handle($args)
+    function handle()
     {
-        parent::handle($args);
+        parent::handle();
         $this->showPage();
     }