summaryrefslogtreecommitdiff
path: root/app/Controller/Task.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Task.php')
-rw-r--r--app/Controller/Task.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Task.php b/app/Controller/Task.php
index 5de25a0e..eddb61d5 100644
--- a/app/Controller/Task.php
+++ b/app/Controller/Task.php
@@ -60,7 +60,7 @@ class Task extends Base
$this->forbidden(true);
}
- $task = $this->task->getById($this->request->getIntegerParam('task_id'), true);
+ $task = $this->task->getDetails($this->request->getIntegerParam('task_id'));
if (! $task) {
$this->notfound(true);