]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/unsubscribe.php
Merge branch 'genericons-fix' into 'nightly'
[quix0rs-gnu-social.git] / actions / unsubscribe.php
index 4b85ba427ca1b18d611434865ffb0dfce1dcbff3..524fbea284183755f3279f166a8d963174573293 100644 (file)
@@ -44,9 +44,9 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
  */
 class UnsubscribeAction extends Action
 {
-    function handle($args)
+    function handle()
     {
-        parent::handle($args);
+        parent::handle();
         if (!common_logged_in()) {
             // TRANS: Error message displayed when trying to perform an action that requires a logged in user.
             $this->clientError(_('Not logged in.'));