]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/CasAuthentication/actions/caslogin.php
Merge branch 'master' into nightly
[quix0rs-gnu-social.git] / plugins / CasAuthentication / actions / caslogin.php
index 09377c62ebb8b763a6584dcb19a293d95f1dcedb..7310072d92b770b0290495ee4b874b5f31230227 100644 (file)
@@ -21,9 +21,9 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
 
 class CasloginAction extends Action
 {
-    function handle($args)
+    function handle()
     {
-        parent::handle($args);
+        parent::handle();
         if (common_is_real_login()) {
             // TRANS: Client error displayed when trying to log in while already logged on.
             $this->clientError(_m('Already logged in.'));