]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
error in EndLoginGroupNav arguments
authorEvan Prodromou <evan@controlyourself.ca>
Tue, 4 Aug 2009 11:17:14 +0000 (07:17 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Tue, 4 Aug 2009 11:17:14 +0000 (07:17 -0400)
lib/logingroupnav.php

index 538643d7e0d02b53c8c59993490d6ba5f2a4ef26..bae45b0770f514964bb100378a0163aad7f5002c 100644 (file)
@@ -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');