mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-05 17:08:27 +02: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(
|
$options = array(
|
||||||
'data' => array(
|
'data' => array(
|
||||||
'state' => DifferentialReviewerStatus::STATUS_ADDED
|
'status' => DifferentialReviewerStatus::STATUS_ADDED
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue