From ecfaf7cedef6801f837dbb082ad420bad98069cc Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Wed, 5 Dec 2018 12:42:42 +0100 Subject: [PATCH] GridChart: Fix compatibility issues with PHP 7.3 --- library/Icinga/Chart/GridChart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Chart/GridChart.php b/library/Icinga/Chart/GridChart.php index df4a50ff4..a8cfca646 100644 --- a/library/Icinga/Chart/GridChart.php +++ b/library/Icinga/Chart/GridChart.php @@ -409,7 +409,7 @@ class GridChart extends Chart ); break; default: - continue; + continue 2; } $el = $this->setupGraph($graphObj, $graph); if ($el) {