mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-20 13:52:40 +01:00
Fix typo in D6372
Summary: One place used status, other used state. Killed state in favor of status. Test Plan: None at all Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D6422
This commit is contained in:
parent
e8f679fa88
commit
fb9282452b
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ final class DifferentialRevisionEditor extends PhabricatorEditor {
|
|||
|
||||
$options = array(
|
||||
'data' => array(
|
||||
'state' => DifferentialReviewerStatus::STATUS_ADDED
|
||||
'status' => DifferentialReviewerStatus::STATUS_ADDED
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue