]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/unsubscribepeopletag.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / unsubscribepeopletag.php
index b5757ad6fdb7d719b7ba78e46b5635fe635de6d4..544866135491826520ca0bcf7b572287a03d4cda 100644 (file)
@@ -51,7 +51,7 @@ class UnsubscribepeopletagAction extends Action
      * Prepare to run
      */
 
-    function prepare($args)
+    function prepare(array $args = array())
     {
         parent::prepare($args);
 
@@ -106,9 +106,9 @@ class UnsubscribepeopletagAction extends Action
      *
      * @return void
      */
-    function handle($args)
+    function handle()
     {
-        parent::handle($args);
+        parent::handle();
 
         $cur = common_current_user();