Page MenuHomePhabricator

D18865.diff
No OneTemporary

D18865.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
Mon, May 13, 7:50 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6286530
Default Alt Text
D18865.diff (546 B)

Event Timeline