]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
made openidserver a login action so it can be seen when the site is in "private"...
authorCraig Andrews <candrews@integralblue.com>
Fri, 30 Oct 2009 17:42:54 +0000 (13:42 -0400)
committerCraig Andrews <candrews@integralblue.com>
Fri, 30 Oct 2009 17:42:54 +0000 (13:42 -0400)
plugins/OpenID/OpenIDPlugin.php

index 02fc79b040cc715936aeb4088c882494c898d208..2309eea9df9ae5d24728769c30e975a620f43e8e 100644 (file)
@@ -180,6 +180,7 @@ class OpenIDPlugin extends Plugin
         {
          case 'openidlogin':
          case 'finishopenidlogin':
+         case 'openidserver':
             $login = true;
             return false;
          default: