Remove the extra $x++;
This commit is contained in:
parent
e7efd80308
commit
4c026f74d6
|
|
@ -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'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue