HomePhorge

D25210

Fix PHP 8.1 "ltrim(null)" exception which blocks adding additional user email address
Author: aklapper
Summary: Since PHP 8.1, passing a null string to `ltrim(string $string)` is deprecated. Thus we make sure that `$request…