Skip to content

Commit

Permalink
Merge pull request #9 from loveevelyn/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
engram-design authored Sep 6, 2016
2 parents e7ac469 + 159df95 commit 9d568b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ protected function defineParams()
{
return array(
'status' => array(AttributeType::Enum, 'values' => array(
Workflow_SubmissionsModel::APPROVED,
Workflow_SubmissionsModel::PENDING,
Workflow_SubmissionModel::APPROVED,
Workflow_SubmissionModel::PENDING,
), 'required' => true)
);
}
Expand Down

0 comments on commit 9d568b7

Please sign in to comment.