Page MenuHomePhabricator

D18865.id45249.diff
No OneTemporary

D18865.id45249.diff

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') {

File Metadata

Mime Type
text/plain
Expires
Tue, May 14, 10:26 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6286530
Default Alt Text
D18865.id45249.diff (546 B)

Event Timeline