From f7e4c3928aba9cb7f5222cb4af67846312bbb435 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 14 Feb 2015 16:11:13 -0500 Subject: Refactoring/simplification of the pull-request about links --- app/Controller/Config.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'app/Controller/Config.php') diff --git a/app/Controller/Config.php b/app/Controller/Config.php index 6ec10279..01c7ad53 100644 --- a/app/Controller/Config.php +++ b/app/Controller/Config.php @@ -87,17 +87,12 @@ class Config extends Base * * @access public */ - public function board(array $values = array(), array $errors = array()) + public function board() { $this->common('board'); $this->response->html($this->layout('config/board', array( 'default_columns' => implode(', ', $this->board->getDefaultColumns()), - 'links' => $this->link->getMergedList(), - 'values' => $values + array( - 'project_id' => -1 - ), - 'errors' => $errors, 'title' => t('Settings').' > '.t('Board settings'), ))); } -- cgit v1.2.3