Page MenuHomePhabricator

D18865.id45248.diff
No OneTemporary

D18865.id45248.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, Jul 14, 9:08 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8438558
Default Alt Text
D18865.id45248.diff (546 B)

Event Timeline