diff options
| author | Frederic Guillot <fred@kanboard.net> | 2015-03-10 22:11:30 -0400 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2015-03-10 22:11:30 -0400 |
| commit | 788ef2bc07206c676a8ad3f1e27aed9669c703ff (patch) | |
| tree | dd3b84194fdb6db7911f036637cce67f47858a65 /app/Controller/Board.php | |
| parent | 900e3fa1fd0a41e1617cd42a83b34d4c39d1730f (diff) | |
| parent | 5e5af86638d301658d3910b94c68e8a35f676c00 (diff) | |
Merge pull-request #699
Diffstat (limited to 'app/Controller/Board.php')
| -rw-r--r-- | app/Controller/Board.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Controller/Board.php b/app/Controller/Board.php index a6e002f2..17170317 100644 --- a/app/Controller/Board.php +++ b/app/Controller/Board.php @@ -441,7 +441,8 @@ class Board extends Base $task = $this->getTask(); $this->response->html($this->template->render('board/files', array( - 'files' => $this->file->getAll($task['id']), + 'files' => $this->file->getAllDocuments($task['id']), + 'images' => $this->file->getAllImages($task['id']), 'task' => $task, ))); } |
