Update switch_settings.php (#4994)

This commit is contained in:
chansizzle 2019-12-30 18:35:45 -07:00 committed by FusionPBX
parent efc9f57631
commit e299031c17
1 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ if (!class_exists('switch_settings')) {
$array[$x]['default_setting_category'] = 'switch';
$array[$x]['default_setting_subcategory'] = 'phrases';
$array[$x]['default_setting_name'] = 'dir';
$array[$x]['default_setting_value'] = $vars['conf_dir'].'/lang';
$array[$x]['default_setting_value'] = $vars['conf_dir'].'/languages';
$array[$x]['default_setting_enabled'] = 'true';
$array[$x]['default_setting_description'] = '';
$x++;
@ -272,4 +272,4 @@ if (!class_exists('switch_settings')) {
}
}
?>
?>