mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
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…
x
Reference in New Issue
Block a user