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