From 772804add8095eea9b3ec2a832c2f82fbb9a6fd5 Mon Sep 17 00:00:00 2001
From: Frédéric Guillot
Date: Wed, 31 Dec 2014 12:37:15 -0500
Subject: Acl refactoring
---
app/Template/task/remove.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'app/Template/task/remove.php')
diff --git a/app/Template/task/remove.php b/app/Template/task/remove.php
index 59845c6a..c1eea5a0 100644
--- a/app/Template/task/remove.php
+++ b/app/Template/task/remove.php
@@ -8,8 +8,8 @@
- = $this->a(t('Yes'), 'task', 'remove', array('task_id' => $task['id'], 'confirmation' => 'yes'), true, 'btn btn-red') ?>
+ = $this->a(t('Yes'), 'task', 'remove', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'confirmation' => 'yes'), true, 'btn btn-red') ?>
= t('or') ?>
- = $this->a(t('cancel'), 'task', 'show', array('task_id' => $task['id'])) ?>
+ = $this->a(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
\ No newline at end of file
--
cgit v1.2.3