HomePhorge

D25164

Fix PHP 8.1 "rawurlencode(null)" exception which blocks rendering a project page
Author: aklapper
Summary: After PHP 8.1 the function `rawurlencode()` does not accept anymore the `null` value. Thus return an empty string when…