1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 00:32:42 +01:00

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
This commit is contained in:
epriestley 2017-04-04 18:33:59 -07:00
parent 58011a4e8e
commit f70ff34d97

View file

@ -344,7 +344,7 @@ final class DifferentialTransactionEditor
$downgrade[] = DifferentialReviewerStatus::STATUS_ACCEPTED;
}
if ($downgrade_accepts) {
if ($downgrade_rejects) {
$downgrade[] = DifferentialReviewerStatus::STATUS_REJECTED;
}