D25250
D25250
Fix PHP 8.1 null exceptions which block rendering tab panels on dashboards
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan
Summary: Passing null as input strings to `substr()` and `preg_match()` is deprecated in PHP 8.
Thus do not call `substr()` when…