diff options
Diffstat (limited to 'src/clog.c')
-rw-r--r-- | src/clog.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |