diff --git a/Theme/Backend/task-single.tpl.php b/Theme/Backend/task-single.tpl.php index d2d2507..4e46eef 100644 --- a/Theme/Backend/task-single.tpl.php +++ b/Theme/Backend/task-single.tpl.php @@ -226,7 +226,7 @@ echo $this->getData('nav')->render(); ?> getTo(); if (\count($tos) > 1 - || $tos[0]->getRelation()->getId() !== $task->getCreatedBy()->getId() + || (\count($tos) > 0 && $tos[0]->getRelation()->getId() !== $task->getCreatedBy()->getId()) ) : ?>