Fixup missing variable name

This commit is contained in:
Eliot Whalan 2016-06-28 10:56:44 +10:00
parent 45f160e1f1
commit 032f910981
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ func save(raw string, lang string, title string, expiry string) []string {
check(err)
}
db.Close()
return []string{id, title, sha, url, paste, delKey}
return []string{id, title, sha, url, dataEscaped, delKey}
}
func delHandler(w http.ResponseWriter, r *http.Request) {