diff options
Diffstat (limited to 'app/Controller/Task.php')
-rw-r--r-- | app/Controller/Task.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Task.php b/app/Controller/Task.php index 695e29ec..4c15d8df 100644 --- a/app/Controller/Task.php +++ b/app/Controller/Task.php @@ -365,7 +365,7 @@ class Task extends Base if ($this->request->getStringParam('confirmation') === 'yes') { $this->checkCSRFParam(); - $task_id = $this->task->duplicateSameProject($task); + $task_id = $this->task->duplicateToSameProject($task); if ($task_id) { $this->session->flash(t('Task created successfully.')); |