]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - index.php
Merge branch '0.9.x' into openidplugin
[quix0rs-gnu-social.git] / index.php
index d8434a6cfede495fb57ef980088bf069cd517820..b9ce43c607bbca4a852d362e961e9d015fa18a21 100644 (file)
--- a/index.php
+++ b/index.php
@@ -107,8 +107,7 @@ function checkMirror($action_obj, $args)
 
 function isLoginAction($action)
 {
-    static $loginActions =  array('login', 'openidlogin', 'finishopenidlogin',
-                                  'recoverpassword', 'api', 'doc', 'register');
+    static $loginActions =  array('login', 'recoverpassword', 'api', 'doc', 'register');
 
     $login = null;