summaryrefslogtreecommitdiff
path: root/lib/logingroupnav.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-04 07:20:17 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-04 13:01:23 -0400
commit7a742a0572a3f0aa529785f4f7eab320a2dd099d (patch)
tree1ea0127232320377635f8b05395488c7824e638c /lib/logingroupnav.php
parent93239adb55d338af3852ad7eb9113aa06cd1afd5 (diff)
show OpenID action in login nav
Diffstat (limited to 'lib/logingroupnav.php')
-rw-r--r--lib/logingroupnav.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/logingroupnav.php b/lib/logingroupnav.php
index bae45b077..59f313302 100644
--- a/lib/logingroupnav.php
+++ b/lib/logingroupnav.php
@@ -87,11 +87,6 @@ class LoginGroupNav extends Widget
$action_name === 'register');
}
- $this->action->menuItem(common_local_url('openidlogin'),
- _('OpenID'),
- _('Login or register with OpenID'),
- $action_name === 'openidlogin');
-
Event::handle('EndLoginGroupNav', array(&$this->action));
}