Skip to content

Commit 5d6ed4c

Browse files
committed
Improved: FS#2256 - Show contact name instead of login name in dashboardm if user is a client
1 parent be7c439 commit 5d6ed4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dashboard/dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
$name = $tmp['contact_name'];
5656
}
5757

58-
$welcome = sprintf($wb['welcome_user_txt'], $name);
58+
$welcome = sprintf($wb['welcome_user_txt'], htmlentities($name));
5959
$app->tpl->setVar('welcome_user', $welcome);
6060

6161

0 commit comments

Comments
 (0)