Add missing user_id argument
This commit is contained in:
parent
6dcaf43c52
commit
98da072d10
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
<?= $this->render('task_list/task_subtasks', array(
|
||||
'task' => $task,
|
||||
'user_id' => $user['id'],
|
||||
)) ?>
|
||||
</div>
|
||||
<?php endforeach ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue