Task Attachments #104

Merged
konrad merged 63 commits from feature/attachments into master 2019-10-16 20:52:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 446e5d4d5c - Show all commits

View File

@ -56,7 +56,7 @@ func (f *File) LoadFileByID() (err error) {
return
}
// NewAttachment creates a new file from an FileHeader
// Create creates a new file from an FileHeader
func Create(f *multipart.FileHeader, a web.Auth) (file *File, err error) {
// We first insert the file into the db to get it's ID