Add missing user_id argument

This commit is contained in:
Frederic Guillot 2017-04-08 17:07:16 -04:00
parent 6dcaf43c52
commit 98da072d10
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
<?= $this->render('task_list/task_subtasks', array(
'task' => $task,
'user_id' => $user['id'],
)) ?>
</div>
<?php endforeach ?>