From c7099bed856393a9d1bfa2be05dbcc94d76e7efb Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 13 Dec 2019 12:54:26 -0700 Subject: [PATCH] User Dashboard: Fix voicemail box links. --- core/user_settings/user_dashboard.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index 817b4b73af..a8ced585ec 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -397,9 +397,9 @@ foreach ($messages as $voicemail_uuid => $row) { if (is_uuid($voicemail_uuid)) { - $tr_link = "href='".PROJECT_PATH."/app/voicemails/voicemail_messages.php?voicemail_uuid=".$voicemail_uuid."'"; + $tr_link = "href='".PROJECT_PATH."/app/voicemails/voicemail_messages.php?id=".$voicemail_uuid."'"; $hud[$n]['html'] .= ""; - $hud[$n]['html'] .= " ".$row['ext'].""; + $hud[$n]['html'] .= " ".$row['ext'].""; $hud[$n]['html'] .= " ".$row['new'].""; $hud[$n]['html'] .= " ".$row['total'].""; $hud[$n]['html'] .= "";