From fe7d2934b5f2d4918c813f241bd8f67d77d91035 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 22 Jul 2016 13:18:26 -0600 Subject: [PATCH] Update user_dashboard.php Dashboard there is one more voicemail link to update. --- 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 f46b30b597..51915c8559 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -382,7 +382,7 @@ if (is_uuid($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['ext'].""; $hud[$n]['html'] .= " ".$row['new'].""; $hud[$n]['html'] .= " ".$row['total'].""; $hud[$n]['html'] .= "";