Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14095093
D18865.id45249.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
546 B
Referenced Files
None
Subscribers
None
D18865.id45249.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 7:41 PM (1 h, 13 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6787806
Default Alt Text
D18865.id45249.diff (546 B)
Attached To
Mode
D18865: Fix a copy/paste error on the burnup chart
Attached
Detach File
Event Timeline
Log In to Comment