Fix creating new posts
This commit is contained in:
parent
6016689a74
commit
d41e65e406
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
|||
(url-request-data (tekuti-form-encode-data data)))
|
||||
(url-retrieve (format "%s%s" tekuti-host
|
||||
(or (tekuti--get-update-url)
|
||||
"/admin/modify-post"))
|
||||
"/admin/new-post"))
|
||||
#'tekuti--send-finished
|
||||
(list (current-buffer) data))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue