summaryrefslogtreecommitdiff
path: root/app/Controller/Taskstatus.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Taskstatus.php')
-rw-r--r--app/Controller/Taskstatus.php2
1 files changed, 0 insertions, 2 deletions
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');
}