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