1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-20 13:52:40 +01:00
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:
Juan Pablo Civile 2013-07-10 16:26:38 -07:00 committed by epriestley
parent e8f679fa88
commit fb9282452b

View file

@ -593,7 +593,7 @@ final class DifferentialRevisionEditor extends PhabricatorEditor {
$options = array(
'data' => array(
'state' => DifferentialReviewerStatus::STATUS_ADDED
'status' => DifferentialReviewerStatus::STATUS_ADDED
)
);