Skip to content
Snippets Groups Projects
Verified Commit 85eab917 authored by Jonas Röger's avatar Jonas Röger
Browse files

server.go - reportBug() fix typo

parent 45025c9a
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,7 @@ func reportBug(w http.ResponseWriter, r *http.Request) {
return
}
/* Read and Check form */
/* Read and check form */
if err = r.ParseForm(); err != nil {
w.WriteHeader(http.StatusInternalServerError)
_, _ = fmt.Fprintf(w, "Server Error: %v", "Not logged in")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment