HomePhorge

D25266

Fix PHP 8.1 "preg_match(null)" exception when cloning a repository with no URI set
Author: aklapper
Summary: `preg_match()` does not accept passing null as the `$subject` string parameter in PHP 8.1. Thus add a…