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'] .= "";