diff --git a/plugins/Goals/Goals.php b/plugins/Goals/Goals.php index dca07c6de68..e4e21f9390f 100644 --- a/plugins/Goals/Goals.php +++ b/plugins/Goals/Goals.php @@ -280,7 +280,7 @@ private static function getAllReportsWithGoalMetrics() $reports = new ReportsProvider(); foreach ($reports->getAllReports() as $report) { - if ($report->hasGoalMetrics()) { + if ($report->hasGoalMetrics() && $report->isEnabled()) { $reportsWithGoals[] = array( 'category' => $report->getCategoryId(), 'name' => $report->getName(),