mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the syntax
This commit is contained in:
@@ -258,7 +258,7 @@ if (!class_exists('switch_settings')) {
|
||||
}
|
||||
|
||||
//set the default settings
|
||||
if (is_array($array) {
|
||||
if (is_array($array)) {
|
||||
foreach ($array as $row) {
|
||||
if (!isset($_SESSION['switch'][$row['default_setting_subcategory']])) {
|
||||
if ($row['default_setting_enabled'] != "false") {
|
||||
|
||||
Reference in New Issue
Block a user