From 40917992e775bd21a280eb267241c452e04e5ade Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 22 May 2014 20:58:21 -0400 Subject: Add files upload --- app/Controller/Base.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Controller/Base.php') diff --git a/app/Controller/Base.php b/app/Controller/Base.php index bb9add4f..183b9395 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -216,6 +216,7 @@ abstract class Base 'task' => $task, 'columns_list' => $this->board->getColumnsList($task['project_id']), 'colors_list' => $this->task->getColors(), + 'files' => $this->file->getAll($task['id']), 'menu' => 'tasks', 'title' => $task['title'], ))); -- cgit v1.2.3