Bugfix with photo alt text not saving on new upload
This commit is contained in:
parent
cf6249c415
commit
9c4ec85f8a
|
@ -78,6 +78,7 @@ func CreatePhoto(tmpl Photo) (*Photo, error) {
|
|||
CroppedFilename: tmpl.CroppedFilename,
|
||||
Filesize: tmpl.Filesize,
|
||||
Caption: tmpl.Caption,
|
||||
AltText: tmpl.AltText,
|
||||
Visibility: tmpl.Visibility,
|
||||
Gallery: tmpl.Gallery,
|
||||
Explicit: tmpl.Explicit,
|
||||
|
|
Loading…
Reference in New Issue
Block a user