Fix bug: api exceptions can occurs with some versions of PHP
This commit is contained in:
parent
8dd6824734
commit
3d4d28cfc6
|
|
@ -36,7 +36,7 @@ class File extends Base
|
|||
return '';
|
||||
}
|
||||
|
||||
public function createFile($project_id, $task_id, $filename, $is_image, &$blob)
|
||||
public function createFile($project_id, $task_id, $filename, $is_image, $blob)
|
||||
{
|
||||
return $this->file->uploadContent($project_id, $task_id, $filename, $is_image, $blob);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue