forked from GNUsocial/gnu-social
error in EndLoginGroupNav arguments
This commit is contained in:
parent
84ca1482ff
commit
58f85463ef
@ -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');
|
||||||
|
Loading…
Reference in New Issue
Block a user