D25224
D25224
Fix PHP 8.1 "trim(null)" exception which blocks rendering Reports' Burnup Rate page
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan
Summary: Since PHP 8.1, passing a null string to `trim()` is deprecated.
Thus first check that $row['oldValue'] is not null…