]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/profiletagbyid.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / profiletagbyid.php
index ce7298a2f6b7038829c872533aff2026d2d700dd..4c333ae9b62989d9f2252ff15cc09e32afd04d03 100644 (file)
@@ -45,7 +45,7 @@ class ProfiletagbyidAction extends Action
         return true;
     }
 
-    function prepare($args)
+    function prepare(array $args = array())
     {
         parent::prepare($args);
 
@@ -83,7 +83,7 @@ class ProfiletagbyidAction extends Action
      *
      * @return void
      */
-    function handle($args)
+    function handle()
     {
         common_redirect($this->peopletag->homeUrl(), 303);
     }