mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-01 19:22: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:
parent
58011a4e8e
commit
f70ff34d97
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ final class DifferentialTransactionEditor
|
||||||
$downgrade[] = DifferentialReviewerStatus::STATUS_ACCEPTED;
|
$downgrade[] = DifferentialReviewerStatus::STATUS_ACCEPTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($downgrade_accepts) {
|
if ($downgrade_rejects) {
|
||||||
$downgrade[] = DifferentialReviewerStatus::STATUS_REJECTED;
|
$downgrade[] = DifferentialReviewerStatus::STATUS_REJECTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue