Merge pull-request #1850

This commit is contained in:
Frederic Guillot 2016-02-16 14:23:18 -05:00
commit b245eaa695
2 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,6 @@
<?= $this->url->link(t('External links'), 'TaskExternalLink', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
</li>
<?= $this->hook->render('template:task:sidebar') ?>
<?= $this->hook->render('template:task:sidebar', array('task' => $task)) ?>
</ul>
</div>

View File

@ -26,7 +26,7 @@
</li>
<?php endif ?>
<?= $this->hook->render('template:user:sidebar:information') ?>
<?= $this->hook->render('template:user:sidebar:information', array('user' => $user)) ?>
</ul>
<h2><?= t('Actions') ?></h2>