HomePhorge

D25259

Fix PHP 8.1 "trim(null)" exception which blocks rendering Conduit's harbormaster.sendmessage page
Author: aklapper
Summary: Since PHP 8.1, passing a null string to `trim()` is deprecated. Thus first check that `$content` is not null beforeā€¦