D25248
D25248
Fix PHP 8.1 "preg_match(null)" exception which blocks rendering the "Browse Herald Rules" dialog
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan
Summary: `preg_match()` does not accept passing null as the `$subject` string parameter in PHP 8.1.
Thus first check that…