Add missing project_id parameter

This commit is contained in:
Frederic Guillot 2015-01-16 19:39:42 -05:00
parent fd22b95575
commit 4b45b2aa35
1 changed files with 1 additions and 1 deletions

View File

@ -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/>