Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Should be Workflow_SubmissionModel not Workflow_SubmissionsModel
  • Loading branch information
loveevelyn authored Sep 6, 2016
1 parent e7ac469 commit 159df95
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 159df95

Please sign in to comment.