From e81fa0ebd2071cd86011de19435cbac3a9fc61d6 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 31 Jan 2016 12:05:11 -0500 Subject: Rename helper method --- app/Helper/Task.php | 2 +- app/Template/task_creation/form.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/Helper/Task.php b/app/Helper/Task.php index 57ad6c91..192cce49 100644 --- a/app/Helper/Task.php +++ b/app/Helper/Task.php @@ -118,7 +118,7 @@ class Task extends Base return $html; } - public function selectTimeEstimate(array $values, array $errors = array(), array $attributes = array()) + public function selectTimeEstimated(array $values, array $errors = array(), array $attributes = array()) { $attributes = array_merge(array('tabindex="9"'), $attributes); diff --git a/app/Template/task_creation/form.php b/app/Template/task_creation/form.php index b222f00f..5a976ac9 100644 --- a/app/Template/task_creation/form.php +++ b/app/Template/task_creation/form.php @@ -53,7 +53,7 @@ task->selectColumn($columns_list, $values, $errors) ?> task->selectPriority($project, $values) ?> task->selectScore($values, $errors) ?> - task->selectTimeEstimate($values, $errors) ?> + task->selectTimeEstimated($values, $errors) ?> task->selectDueDate($values, $errors) ?> -- cgit v1.2.3