From: sarven Date: Fri, 23 Jan 2009 08:58:54 +0000 (+0000) Subject: Using openidlogin instead of openid in order to show the current local X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=927576e3f04106c2a8dfb65729e6943c80c96765;p=quix0rs-gnu-social.git Using openidlogin instead of openid in order to show the current local nav item --- diff --git a/lib/logingroupnav.php b/lib/logingroupnav.php index 8c03ecceae..fd909581f4 100644 --- a/lib/logingroupnav.php +++ b/lib/logingroupnav.php @@ -77,7 +77,7 @@ class LoginGroupNav extends Widget 'register' => array(_('Register'), _('Sign up for a new account')), - 'openid' => + 'openidlogin' => array(_('OpenID'), _('Login or register with OpenID')));