summaryrefslogtreecommitdiff
path: root/app/Template/dashboard/show.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/dashboard/show.php')
-rw-r--r--app/Template/dashboard/show.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Template/dashboard/show.php b/app/Template/dashboard/show.php
index df5b03e0..2cc78e3f 100644
--- a/app/Template/dashboard/show.php
+++ b/app/Template/dashboard/show.php
@@ -69,7 +69,8 @@
)) ?>
<?= $this->render('task_list/task_subtasks', array(
- 'task' => $task,
+ 'task' => $task,
+ 'user_id' => $user['id'],
)) ?>
</div>
<?php endforeach ?>