GridChart: Fix compatibility issues with PHP 7.3
This commit is contained in:
parent
87e81e6b3a
commit
ecfaf7cede
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue