From 6d9ea98901faee5b26d8c6d399f87c3f1c26c0ff Mon Sep 17 00:00:00 2001 From: Las Zenow Date: Thu, 16 Aug 2012 09:31:56 +0200 Subject: [PATCH] Forgot to define variable --- upload/upload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/upload.go b/upload/upload.go index f30eff8..6f083d5 100644 --- a/upload/upload.go +++ b/upload/upload.go @@ -114,7 +114,7 @@ func parseAuthr(creator []string) []string { } func parseDescription(description []string) string { - cleanStr(strings.Join(description, ", ")) + str := cleanStr(strings.Join(description, ", ")) exp, _ := regexp.Compile("<[^>]*>") str = exp.ReplaceAllString(str, "") return str