Remove the extra $x++;

This commit is contained in:
markjcrane
2016-03-25 19:27:43 -06:00
parent c2d3a61a66
commit f5a1802282

View File

@@ -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'];