summaryrefslogtreecommitdiff
path: root/app/Helper/Task.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-31 12:05:11 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-31 12:05:11 -0500
commite81fa0ebd2071cd86011de19435cbac3a9fc61d6 (patch)
tree1e081dd516238c634dd055e674141ec8bfe5c5a0 /app/Helper/Task.php
parent3eec6b72e64cc920e11b0efade6ea74ed30eb0ab (diff)
Rename helper method
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);