GridChart: Fix compatibility issues with PHP 7.3

This commit is contained in:
Markus Frosch 2018-12-05 12:42:42 +01:00
parent 87e81e6b3a
commit ecfaf7cede
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ class GridChart extends Chart
); );
break; break;
default: default:
continue; continue 2;
} }
$el = $this->setupGraph($graphObj, $graph); $el = $this->setupGraph($graphObj, $graph);
if ($el) { if ($el) {