From b7060b33ef317eeac576c504b1fb840d4471e411 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 12 Oct 2014 14:28:08 -0400 Subject: Add pagination/column sorting for search and completed tasks --- app/Controller/Task.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller/Task.php') 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.')); -- cgit v1.2.3