diff --git a/http_mutators.go b/http_mutators.go index 3e29066..c2410ec 100644 --- a/http_mutators.go +++ b/http_mutators.go @@ -179,13 +179,12 @@ func handlerUploadText(w http.ResponseWriter, rq *http.Request) { if action != "Preview" { hop, errtitle = shroom.UploadText(h, []byte(textData), u) - } - - if hop.HasErrors() { - HttpErr(w, http.StatusForbidden, hyphaName, - errtitle, - hop.FirstErrorText()) - return + if hop.HasErrors() { + HttpErr(w, http.StatusForbidden, hyphaName, + errtitle, + hop.FirstErrorText()) + return + } } if action == "Preview" {