Skip to content
Snippets Groups Projects
Commit 6cb7da5f authored by Quentin Ribac's avatar Quentin Ribac
Browse files

FIX #22030 TIME 0 typo

parent 9837ff63
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment