mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add missing part of the array.
This commit is contained in:
@@ -780,8 +780,8 @@ if (!class_exists('domains')) {
|
||||
if (is_array($app['default_settings'])) {
|
||||
foreach ($app['default_settings'] as $row) {
|
||||
if (!isset($setting[$row['default_setting_uuid']])) {
|
||||
$array[$x] = $row;
|
||||
$array[$x]['app_uuid'] = $app['uuid'];
|
||||
$array['default_settings'][$x] = $row;
|
||||
$array['default_settings'][$x]['app_uuid'] = $app['uuid'];
|
||||
$x++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user