error in EndLoginGroupNav arguments

This commit is contained in:
Evan Prodromou 2009-08-04 07:17:14 -04:00
parent 84ca1482ff
commit 58f85463ef

View File

@ -92,7 +92,7 @@ class LoginGroupNav extends Widget
_('Login or register with OpenID'), _('Login or register with OpenID'),
$action_name === 'openidlogin'); $action_name === 'openidlogin');
Event::handle('EndLoginGroupNav', array(&$menu)); Event::handle('EndLoginGroupNav', array(&$this->action));
} }
$this->action->elementEnd('ul'); $this->action->elementEnd('ul');