summaryrefslogtreecommitdiff
path: root/app/Model/File.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/File.php')
-rw-r--r--app/Model/File.php7
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)
{