[#586] fixed multiple nested relation expansions with shared base path
This commit is contained in:
@@ -271,7 +271,7 @@ func (s *System) CreateThumb(originalKey string, thumbKey, thumbSize string) err
|
||||
}
|
||||
defer r.Close()
|
||||
|
||||
// create imaging object from the origial reader
|
||||
// create imaging object from the original reader
|
||||
img, decodeErr := imaging.Decode(r, imaging.AutoOrientation(true))
|
||||
if decodeErr != nil {
|
||||
return decodeErr
|
||||
|
||||
Reference in New Issue
Block a user