diff options
Diffstat (limited to 'OutboxPost.go')
-rw-r--r-- | OutboxPost.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OutboxPost.go b/OutboxPost.go index 7388aed..979173f 100644 --- a/OutboxPost.go +++ b/OutboxPost.go @@ -496,7 +496,7 @@ func CheckCaptcha(db *sql.DB, captcha string) bool { if (code == strings.ToUpper(parts[1])) { return true -p } + } return false } |