From 6cb7da5f6639d04b00d60fb65f2aae3716a357c2 Mon Sep 17 00:00:00 2001
From: Quentin RIBAC <quentin.ribac@xelians.fr>
Date: Thu, 27 Oct 2022 16:00:09 +0200
Subject: [PATCH] FIX #22030 TIME 0 typo

---
 src/app/workflow/models/WorkflowModel.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/workflow/models/WorkflowModel.php b/src/app/workflow/models/WorkflowModel.php
index f9c48aaece..9f886764c7 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)
     {
-- 
GitLab