Fix a copy/paste error on the burnup chart
Summary: See PHI286, maybe. See PHI273. Strongly considering just deleting this. Test Plan: ~.~ Reviewers: amckinley Reviewed By: amckinley Differential Revision: https://secure.phabricator.com/D18865
This commit is contained in:
@@ -140,7 +140,7 @@ final class ManiphestReportController extends ManiphestController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$oldv = trim($row['oldValue'], '"');
|
$oldv = trim($row['oldValue'], '"');
|
||||||
$newv = trim($row['oldValue'], '"');
|
$newv = trim($row['newValue'], '"');
|
||||||
|
|
||||||
// If this is a status change, preserve it.
|
// If this is a status change, preserve it.
|
||||||
if ($oldv != 'null') {
|
if ($oldv != 'null') {
|
||||||
|
|||||||
Reference in New Issue
Block a user