From 061375fde6525ea3e6eb701ddc570c5a422d7ffc Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 4 Apr 2017 18:33:59 -0700 Subject: [PATCH] (stable) Fix a copy/paste typo with sticky accept The root issue here is actually just that I cherry-picked stable locally but did not push it. However, this is a minor issue I also caught while double-checking things. Auditors: chad --- .../differential/editor/DifferentialTransactionEditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/differential/editor/DifferentialTransactionEditor.php b/src/applications/differential/editor/DifferentialTransactionEditor.php index f24bc7abda..dd6666c653 100644 --- a/src/applications/differential/editor/DifferentialTransactionEditor.php +++ b/src/applications/differential/editor/DifferentialTransactionEditor.php @@ -344,7 +344,7 @@ final class DifferentialTransactionEditor $downgrade[] = DifferentialReviewerStatus::STATUS_ACCEPTED; } - if ($downgrade_accepts) { + if ($downgrade_rejects) { $downgrade[] = DifferentialReviewerStatus::STATUS_REJECTED; }