diff --git a/core/dashboard/index.php b/core/dashboard/index.php index 8e626d60ba..5b7000d262 100644 --- a/core/dashboard/index.php +++ b/core/dashboard/index.php @@ -176,7 +176,7 @@ if (is_array($dashboard) && @sizeof($dashboard) != 0) { $expanded_all = true; foreach ($dashboard as $row) { - if ($row['dashboard_details_state'] == 'contracted') { $expanded_all = false; } + if ($row['dashboard_details_state'] == 'contracted' || $row['dashboard_details_state'] == 'hidden') { $expanded_all = false; } } }