diff --git a/src/app/workflow/models/WorkflowModel.php b/src/app/workflow/models/WorkflowModel.php index f9c48aaececa527180d2f7f5a5e462b7802ce0ea..9f886764c7d877bcd5c031edb3f0c6f667645598 100755 --- a/src/app/workflow/models/WorkflowModel.php +++ b/src/app/workflow/models/WorkflowModel.php @@ -83,7 +83,7 @@ class WorkflowModel /** * returns the current step of a given document’s workflow * - * a step is considered to be the current one if there are processed steps after it. + * a step is considered to be the current one if there are no processed steps after it. */ public static function getCurrentStep(array $args) {