Fix PHP 8.1 strlen(null) error in DifferentialBranchField getBranchDescription()
Fixes T15531
Differential D25335
Fix PHP 8.1 DifferentialBranchField getBranchDescription strlen(null) error Sten on Jul 5 2023, 13:32. Authored by
Details
Fix PHP 8.1 strlen(null) error in DifferentialBranchField getBranchDescription() Fixes T15531 Simply viewing a diff (eg https://my.phorge.site/D1234) on a PHP 8.1 server generated the error fixed by this diff. Also created a unit test.
Diff Detail
|