diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-02-20 15:08:18 -0500 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-02-20 15:08:18 -0500 |
| commit | fc468088c3b39bc4e9d185683442db1d36b61e23 (patch) | |
| tree | 6f5b6a1e13f528a8f54ac502ab428feadc53e5f5 /app/Controller/Gantt.php | |
| parent | 83832522867d06241441c04d2b3237200db57224 (diff) | |
Split Board model into multiple classes
Diffstat (limited to 'app/Controller/Gantt.php')
| -rw-r--r-- | app/Controller/Gantt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Gantt.php b/app/Controller/Gantt.php index 5dbd1243..9ffa277f 100644 --- a/app/Controller/Gantt.php +++ b/app/Controller/Gantt.php @@ -103,7 +103,7 @@ class Gantt extends Base $values = $values + array( 'project_id' => $project['id'], - 'column_id' => $this->board->getFirstColumn($project['id']), + 'column_id' => $this->column->getFirstColumnId($project['id']), 'position' => 1 ); |
