aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/clog.c3
1 files changed, 1 insertions, 2 deletions
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);