HomePhorge

D25258

Fix PHP 8.1 "base64_decode(null)" exception calling Conduit's file.upload with no data passed
Author: aklapper
Summary: Since PHP 8.1, `base64_decode()` does not accept passing null as a parameter. Thus first check that `data !== null`…