Fix minor bug: wrong variable

This commit is contained in:
Frédéric Guillot 2014-09-12 17:49:02 +02:00
parent 2e6a8d435f
commit 63430d5735
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ class Board extends Base
public function add()
{
$project = $this->getProject();
$columns = $this->board->getColumnsList($project_id);
$columns = $this->board->getColumnsList($project['id']);
$data = $this->request->getValues();
$values = array();