diff --git a/Theme/Backend/workflow-single.tpl.php b/Theme/Backend/workflow-single.tpl.php index 9c79c1d..6cb2638 100644 --- a/Theme/Backend/workflow-single.tpl.php +++ b/Theme/Backend/workflow-single.tpl.php @@ -16,7 +16,7 @@ */ $task = $this->getData('task'); $elements = $task->getTaskElements(); -$cElements = count($elements); +$cElements = \count($elements); echo $this->getData('nav')->render(); ?>