diff options
Diffstat (limited to 'app/Template/notification/task_due.php')
-rw-r--r-- | app/Template/notification/task_due.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/notification/task_due.php b/app/Template/notification/task_due.php index 066ada64..72c8de1b 100644 --- a/app/Template/notification/task_due.php +++ b/app/Template/notification/task_due.php @@ -5,7 +5,7 @@ <li> (<strong>#<?= $task['id'] ?></strong>) <?php if ($application_url): ?> - <a href="<?= $application_url.'?controller=task&action=show&task_id='.$task['id'] ?>"><?= $this->e($task['title']) ?></a> + <a href="<?= $application_url.$this->u('task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>"><?= $this->e($task['title']) ?></a> <?php else: ?> <?= $this->e($task['title']) ?> <?php endif ?> |