mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 19:23:49 +00:00
Fix temporary permissions
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
unset($sql, $parameters);
|
||||
|
||||
//update the timezone
|
||||
$p = new permissions;
|
||||
$p = permissions::new();
|
||||
if ($detail_action == "update") {
|
||||
$array['dialplan_details'][0]['dialplan_detail_uuid'] = $dialplan_detail_uuid;
|
||||
$array['dialplan_details'][0]['dialplan_detail_data'] = 'timezone='.$default_setting_value;
|
||||
|
||||
Reference in New Issue
Block a user