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