From a68d114fdf24a78d78800a850d98a56604b9c38b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 22 Jul 2016 10:28:09 -0600 Subject: [PATCH] Update user_dashboard.php Fix the voicemail box link for the user dashboard. --- core/user_settings/user_dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index ce7e2cc4b7..f46b30b597 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -380,7 +380,7 @@ foreach ($messages as $voicemail_uuid => $row) { if (is_uuid($voicemail_uuid)) { - $tr_link = "href='".PROJECT_PATH."/app/voicemails/voicemail_messages.php?id=".$voicemail_uuid."'"; + $tr_link = "href='".PROJECT_PATH."/app/voicemails/voicemail_messages.php?voicemail_uuid=".$voicemail_uuid."'"; $hud[$n]['html'] .= ""; $hud[$n]['html'] .= " ".$row['ext'].""; $hud[$n]['html'] .= " ".$row['new']."";