summaryrefslogtreecommitdiff
path: root/xml-rpc-functions.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-30 22:40:10 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-30 22:40:10 +0100
commit22cf077d3c709ec2a6901a303e72b1ff28058c35 (patch)
tree53731f773b16decffce43c3cfce7568face92e36 /xml-rpc-functions.lisp
parent3d63cb8284bddfc71d054686894d94fdd69f3493 (diff)
Add the postid attribute to MetaWeblog journal entry responses.
Ignore-this: ab92266e9cc9da68805a4fc4a14e10da darcs-hash:25dade71346ea3f393c01d4e36adcf861dfb63c4
Diffstat (limited to 'xml-rpc-functions.lisp')
-rw-r--r--xml-rpc-functions.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xml-rpc-functions.lisp b/xml-rpc-functions.lisp
index d5c1741..9f77b33 100644
--- a/xml-rpc-functions.lisp
+++ b/xml-rpc-functions.lisp
@@ -52,6 +52,7 @@
(xml-rpc-struct :CATEGORIES (map 'vector #'uuid-of categories)
:pubDate (xml-rpc-time date)
:GUID uuid
+ :POSTID id
:DESCRIPTION (htmlise-entry (find-entry postid))
:LINK (link-to :view :post-id postid :absolute t)
:permaLink (link-to :view :post-id postid :absolute t)