From 5d7cff35261b485a994f5346f682fd802218de8d Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 23 Nov 2014 18:33:29 -0500 Subject: Fix some issues --- app/Model/Board.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/Model/Board.php') diff --git a/app/Model/Board.php b/app/Model/Board.php index 667bbdbe..9ba2e066 100644 --- a/app/Model/Board.php +++ b/app/Model/Board.php @@ -231,10 +231,9 @@ class Board extends Base * * @access public * @param integer $project_id Project id - * @param array $filters * @return array */ - public function get($project_id, array $filters = array()) + public function get($project_id) { $columns = $this->getColumns($project_id); $tasks = $this->taskFinder->getTasksOnBoard($project_id); -- cgit v1.2.3