Skip to content
Snippets Groups Projects
Commit 2498a652 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed multi-upload

parent 454cba19
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ func main() {
panic(err)
}
data, err := json.Marshal(images)
data, err := json.Marshal(image)
if err != nil {
if err = returnResult(w, "upload.html", UploadData{
user,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment