diff --git a/app/voicemails/resources/dashboard/voicemails.php b/app/voicemails/resources/dashboard/voicemails.php index 36639ff332..bf24328fc4 100644 --- a/app/voicemails/resources/dashboard/voicemails.php +++ b/app/voicemails/resources/dashboard/voicemails.php @@ -55,7 +55,7 @@ echo "
\n"; echo " ".$text['label-new_messages'].""; - if ($row['dashboard_chart_type'] == "doughnut") { + if (isset($row['dashboard_chart_type']) && $row['dashboard_chart_type'] == "doughnut") { //add doughnut chart ?>
@@ -100,7 +100,7 @@ ".$messages['new'].""; } echo "
\n";