diff --git a/library/Icinga/Web/Dashboard/Common/DashboardControls.php b/library/Icinga/Web/Dashboard/Common/DashboardControls.php index 7f0dc7828..fd5501718 100644 --- a/library/Icinga/Web/Dashboard/Common/DashboardControls.php +++ b/library/Icinga/Web/Dashboard/Common/DashboardControls.php @@ -92,7 +92,7 @@ trait DashboardControls public function rewindEntries() { - $dashboards = $this->dashboards; + $dashboards = $this->getEntries(); if ($this instanceof Dashboard) { $dashboards = array_filter($dashboards, function ($home) { return ! $home->isDisabled();