]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
don't show register in login if already logged in
authorEvan Prodromou <evan@status.net>
Wed, 9 Mar 2011 15:15:19 +0000 (10:15 -0500)
committerEvan Prodromou <evan@status.net>
Wed, 9 Mar 2011 15:15:19 +0000 (10:15 -0500)
lib/logingroupnav.php

index 3c67f76322add99f5ebc0e6c186e2ea9638d3d3d..5d1b52f795d2030088fd151d5553bb860caa72af 100644 (file)
@@ -66,7 +66,8 @@ class LoginGroupNav extends Menu
                                     _('Login with a username and password'),
                                     $action_name === 'login');
 
-            if (!(common_config('site','closed') || common_config('site','inviteonly'))) {
+            if (!common_logged_in() &&
+                !(common_config('site','closed') || common_config('site','inviteonly'))) {
                 $this->action->menuItem(common_local_url('register'),
                                         // TRANS: Menu item for registering with the StatusNet site.
                                         _m('MENU','Register'),