summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php
index 5a3bdea6a..ea65b9d43 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -893,7 +893,7 @@ function tpl_userinfo() {
global $INPUT;
if($INPUT->server->str('REMOTE_USER')) {
- print $lang['loggedinas'].': '.userinfo();
+ print $lang['loggedinas'].': '.userlink();
return true;
}
return false;