Markus Krupp
Results
2
comments of
Markus Krupp
> In the meantime, is there a work-around for this bug? Yes I did in /usr/share/icingaweb2/modules/director/library/Director/Monitoring.php line 41: `return true;`
Hi, we're facing the same problem. Possible solution: Add the following code in line 81 of BracketProcessor.php ` if (!is_array($subtree)) { return array(); }`