diff options
Diffstat (limited to 'templates/profile.tpl.php')
-rw-r--r-- | templates/profile.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/profile.tpl.php b/templates/profile.tpl.php index dda9c80..1e2003a 100644 --- a/templates/profile.tpl.php +++ b/templates/profile.tpl.php @@ -6,7 +6,7 @@ $this->includeTemplate($GLOBALS['top_include']); <dt><?php echo T_('Username'); ?></dt> <dd><?php echo $user; ?></dd> <?php -if ($currentUser->isAdmin()) { +if ($userservice->isLoggedOn() && $currentUser->isAdmin()) { ?> <dt><?php echo T_('Email'); ?></dt> <dd><?php echo filter($objectUser->getEmail()) ?></dd> |