From 48a2cfc741101c76ba0e8d18f8cb631b9db93379 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 11 Oct 2015 12:27:00 -0400 Subject: Fix minor issues --- app/Controller/Taskstatus.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/Controller') diff --git a/app/Controller/Taskstatus.php b/app/Controller/Taskstatus.php index 9260b658..1768b773 100644 --- a/app/Controller/Taskstatus.php +++ b/app/Controller/Taskstatus.php @@ -30,8 +30,6 @@ class Taskstatus extends Base public function open() { $task = $this->getTask(); - $redirect = $this->request->getStringParam('redirect'); - $this->changeStatus($task, 'open', t('Task opened successfully.'), t('Unable to open this task.')); $this->renderTemplate($task, 'task_status/open'); } -- cgit v1.2.3