mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix a spelling mistake.
This commit is contained in:
@@ -312,7 +312,7 @@ if ($domains_processed == 1) {
|
||||
$x++;
|
||||
$array[$x]['default_setting_category'] = 'theme';
|
||||
$array[$x]['default_setting_subcategory'] = 'menu_sub_icons';
|
||||
$array[$x]['default_setting_name'] = 'bolean';
|
||||
$array[$x]['default_setting_name'] = 'boolean';
|
||||
$array[$x]['default_setting_value'] = 'false';
|
||||
$array[$x]['default_setting_enabled'] = 'true';
|
||||
$array[$x]['default_setting_description'] = '';
|
||||
|
||||
Reference in New Issue
Block a user