Fix the voicemail view so that they are marked as read

This commit is contained in:
Mark Crane
2014-07-29 07:25:28 +00:00
parent c04b3d4707
commit 0d4c1cb129
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
$array[$x]['default_setting_category'] = 'provision';
$array[$x]['default_setting_subcategory'] = 'enabled';
$array[$x]['default_setting_name'] = 'text';
$array[$x]['default_setting_value'] = 'false';
$array[$x]['default_setting_value'] = '';
$array[$x]['default_setting_enabled'] = 'false';
$array[$x]['default_setting_description'] = '';
$x++;