summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Template/dashboard/subtasks.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/dashboard/subtasks.php b/app/Template/dashboard/subtasks.php
index ccc08c59..96bb13cc 100644
--- a/app/Template/dashboard/subtasks.php
+++ b/app/Template/dashboard/subtasks.php
@@ -39,6 +39,7 @@
<?= $this->render('task_list/task_subtasks', array(
'task' => $task,
+ 'user_id' => $user['id'],
)) ?>
</div>
<?php endforeach ?>