diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Template/board/files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/files.php b/app/Template/board/files.php index fee0b63b..278b906b 100644 --- a/app/Template/board/files.php +++ b/app/Template/board/files.php @@ -6,7 +6,7 @@ $this->e($file['name']), 'file', 'download', - array('file_id' => $file['id'], 'task_id' => $file['task_id']) + array('file_id' => $file['id'], 'task_id' => $file['task_id'], 'project_id' => $task['project_id']) ) ?> <br/> |