diff options
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/nav.php b/include/nav.php index d1ee5da9a..80e4955e5 100644 --- a/include/nav.php +++ b/include/nav.php @@ -73,8 +73,6 @@ EOT; $nav['usermenu']=array(); $userinfo = null; - - if(local_user()) { $nav['logout'] = Array('logout',t('Logout'), "", t('End this session')); |