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;
|
||||
default:
|
||||
continue;
|
||||
continue 2;
|
||||
}
|
||||
$el = $this->setupGraph($graphObj, $graph);
|
||||
if ($el) {
|
||||
|
|
Loading…
Reference in New Issue