Use global namespace+minor fixes

This commit is contained in:
Dennis Eichhorn 2019-02-04 22:29:55 +01:00
parent 4216d35543
commit f75d76c76b

View File

@ -16,7 +16,7 @@
*/
$task = $this->getData('task');
$elements = $task->getTaskElements();
$cElements = count($elements);
$cElements = \count($elements);
echo $this->getData('nav')->render(); ?>