HomePhorge

D25224

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