Update user_dashboard.php (#4436)

fixed dashboard user account edit link at top right hand corner next to welcome.
This commit is contained in:
benwiesner1 2019-08-11 19:48:20 -07:00 committed by FusionPBX
parent 44c735ded1
commit e305fce816
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
echo " </td>\n";
echo " <td valign='top' style='text-align: right; white-space: nowrap;'>\n";
if ($_SESSION['theme']['menu_style']['text'] != 'side') {
echo " ".$text['label-welcome']." <a href='".PROJECT_PATH."/core/users/user_edit.php?id=user'>".$_SESSION["username"]."</a>";
echo " ".$text['label-welcome']." <a href='".PROJECT_PATH."/core/users/user_edit.php?id=".$_SESSION['user_uuid']."'>".$_SESSION["username"]."</a>";
}
echo " </td>\n";
echo " </tr>\n";