diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-06-25 10:07:06 -0300 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-06-25 10:07:06 -0300 |
commit | e5e355d06890b324df2ded707ca491f9539dd171 (patch) | |
tree | ec176a2a9eab58d9f0b7b661378f80442ca6a9b3 /app/Model/File.php | |
parent | 60cc58c940537e299cee388d8b1d8c56e27e2d80 (diff) |
Merge pull-request #140 (several small fixes)
Diffstat (limited to 'app/Model/File.php')
-rw-r--r-- | app/Model/File.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/Model/File.php b/app/Model/File.php index e5aa527e..2a793217 100644 --- a/app/Model/File.php +++ b/app/Model/File.php @@ -153,9 +153,10 @@ class File extends Base * Handle file upload * * @access public - * @param integer $project_id Project id - * @param integer $task_id Task id - * @param string $form_name File form name + * @param integer $project_id Project id + * @param integer $task_id Task id + * @param string $form_name File form name + * @return bool */ public function upload($project_id, $task_id, $form_name) { |