Browse Source

fix

pull/439/head
丁超 9 years ago
parent
commit
fefb01e96f
  1. 2
      weed/server/volume_server_handlers_read.go
  2. BIN
      weed/weed

2
weed/server/volume_server_handlers_read.go

@ -133,7 +133,7 @@ func (vs *VolumeServer) GetOrHeadHandler(w http.ResponseWriter, r *http.Request)
if r.FormValue("h") != "" {
height, _ = strconv.Atoi(r.FormValue("h"))
}
if r.FormValue("rotate") != "" {
if r.FormValue("r") != "" {
rotate, _ = strconv.Atoi(r.FormValue("r"))
}

BIN
weed/weed

Loading…
Cancel
Save