HomePhorge

D25227

Fix PHP 8.1 "strlen(null)" exception which blocks rendering "Browse Dashboards" dialog
Author: aklapper
Summary: `strlen()` was used in Phabricator to check if a generic value is a non-empty string. But, that function does not…