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