diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-31 12:05:11 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-31 12:05:11 -0500 |
commit | e81fa0ebd2071cd86011de19435cbac3a9fc61d6 (patch) | |
tree | 1e081dd516238c634dd055e674141ec8bfe5c5a0 /app/Helper/Task.php | |
parent | 3eec6b72e64cc920e11b0efade6ea74ed30eb0ab (diff) |
Rename helper method
Diffstat (limited to 'app/Helper/Task.php')
-rw-r--r-- | app/Helper/Task.php | 2 |
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); |