summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/logingroupnav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/logingroupnav.php b/lib/logingroupnav.php
index 538643d7e..bae45b077 100644
--- a/lib/logingroupnav.php
+++ b/lib/logingroupnav.php
@@ -92,7 +92,7 @@ class LoginGroupNav extends Widget
_('Login or register with OpenID'),
$action_name === 'openidlogin');
- Event::handle('EndLoginGroupNav', array(&$menu));
+ Event::handle('EndLoginGroupNav', array(&$this->action));
}
$this->action->elementEnd('ul');