diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-04-08 17:07:16 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-04-08 17:07:16 -0400 |
commit | 98da072d10b60ce1facfa7eee11f96249086332b (patch) | |
tree | 665f866c72f67c4b80502aaaa752ae59f11fda5d /app/Template | |
parent | 6dcaf43c52b7f244e9c44c0da83814eb6ab497de (diff) |
Add missing user_id argument
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/dashboard/subtasks.php | 1 |
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 ?> |