HomePhorge

D25248

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