]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/logingroupnav.php
.inc.php please ...
[quix0rs-gnu-social.git] / 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'),