From 6c95c9152b466bdb30d7226001bb790a8e8c7c5b Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Sat, 8 Jul 2023 11:42:23 -0500 Subject: Use latest kore RC to fix `http_populate_post`/`textarea` issue --- src/clog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/clog.c') diff --git a/src/clog.c b/src/clog.c index fd784d2..8835d60 100644 --- a/src/clog.c +++ b/src/clog.c @@ -261,8 +261,7 @@ int post_form(struct http_request *req) { char *title = NULL; char *body = NULL; - http_populate_multipart_form(req); - // http_populate_post(req); + http_populate_post(req); if (http_argument_get_string(req, "id", &id)) { kore_log(LOG_INFO, "form id %s.", id); -- cgit v1.2.3