mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix a problem with loading default sofia global settings.
This commit is contained in:
@@ -62,7 +62,8 @@ if ($domains_processed == 1) {
|
||||
//add the setting to the array
|
||||
if (!$setting_found) {
|
||||
$array['sofia_global_settings'][$x] = $row;
|
||||
$array['sofia_global_settings']['insert_date'] = 'now()';
|
||||
$array['sofia_global_settings'][$x]['insert_date'] = 'now()';
|
||||
$x++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user