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
|
//add the setting to the array
|
||||||
if (!$setting_found) {
|
if (!$setting_found) {
|
||||||
$array['sofia_global_settings'][$x] = $row;
|
$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