diff --git a/src/applications/maniphest/controller/ManiphestReportController.php b/src/applications/maniphest/controller/ManiphestReportController.php --- a/src/applications/maniphest/controller/ManiphestReportController.php +++ b/src/applications/maniphest/controller/ManiphestReportController.php @@ -140,7 +140,7 @@ } $oldv = trim($row['oldValue'], '"'); - $newv = trim($row['oldValue'], '"'); + $newv = trim($row['newValue'], '"'); // If this is a status change, preserve it. if ($oldv != 'null') {