HomePhorge

D25263

Fix PHP 8.1 "preg_match(null)" exception on "Create Revision" page in Differential when not entering data
Author: aklapper
Summary: `preg_match()` does not accept passing null as the `$subject` string parameter in PHP 8.1. Thus add a…