From 927576e3f04106c2a8dfb65729e6943c80c96765 Mon Sep 17 00:00:00 2001 From: sarven Date: Fri, 23 Jan 2009 08:58:54 +0000 Subject: [PATCH] Using openidlogin instead of openid in order to show the current local nav item --- lib/logingroupnav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')));