From 0db66953a78b704e3710b970ab11b87058bb3859 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 16 Feb 2015 23:02:47 -0500 Subject: Use chosen for board dropdown filters --- app/Core/Helper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Core') diff --git a/app/Core/Helper.php b/app/Core/Helper.php index 187fcfbb..9f69cee1 100644 --- a/app/Core/Helper.php +++ b/app/Core/Helper.php @@ -221,9 +221,9 @@ class Helper * @param string $class CSS class * @return string */ - public function formSelect($name, array $options, array $values = array(), array $errors = array(), $class = '') + public function formSelect($name, array $options, array $values = array(), array $errors = array(), array $attributes = array(), $class = '') { - $html = ''; foreach ($options as $id => $value) { -- cgit v1.2.3