D25282
D25282
Fix PHP 8.1 "strlen(null)" exception about Staging URI on Diffusion repo History page
Author: aklapper
Reviewers: O1: Blessed Committers, speck
Summary: `strlen()` was used in Phabricator to check if a generic value is a non-empty string.
Passing null to strlen() is…