mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix time zone setting for domain (#6695)
* Fix time zone setting for domain Recent updates broke time zone setting for domain settings
This commit is contained in:
committed by
GitHub
parent
7d37d7a521
commit
70067117f5
@@ -176,7 +176,7 @@
|
||||
$array['dialplan_details'][0]['dialplan_detail_order'] = '20';
|
||||
$p->add('dialplan_detail_add', 'temp');
|
||||
}
|
||||
view_array($array);
|
||||
|
||||
if (!empty($array)) {
|
||||
$database = new database;
|
||||
$database->app_name = 'domain_settings';
|
||||
|
||||
Reference in New Issue
Block a user