mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove the extra $x++;
This commit is contained in:
@@ -363,7 +363,7 @@ if ($domains_processed == 1) {
|
||||
$array[$x]['default_setting_value'] = '#69e5ff';
|
||||
$array[$x]['default_setting_enabled'] = 'false';
|
||||
$array[$x]['default_setting_description'] = '';
|
||||
$x++;
|
||||
|
||||
if($set_session_theme){
|
||||
foreach ($array as $index => $default_settings) {
|
||||
$sub_category = $array[$index]['default_setting_subcategory'];
|
||||
|
||||
Reference in New Issue
Block a user