Remove the extra $x++;

This commit is contained in:
markjcrane 2016-03-25 19:27:43 -06:00
parent e7efd80308
commit 4c026f74d6
1 changed files with 1 additions and 1 deletions

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