diff options
Diffstat (limited to 'go/storage/needle.go')
| -rw-r--r-- | go/storage/needle.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/storage/needle.go b/go/storage/needle.go index c09ad061a..c45951feb 100644 --- a/go/storage/needle.go +++ b/go/storage/needle.go @@ -162,7 +162,7 @@ func NewNeedle(r *http.Request, fixJpgOrientation bool) (n *Needle, e error) { } if isChunkedFile { - n.SetChunkedFile() + n.SetChunkManifest() } if fixJpgOrientation { |
