diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-10-21 09:56:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-10-21 09:56:59 +0000 |
commit | 81b35fbe4a0622a1bc9b010c02b22911526474dc (patch) | |
tree | 3bc7ec6a3a4ffd74f26b17b25105fd0eef18c4e4 | |
parent | a5f9391550415d7c856521dc4ab1678de5bbcc36 (diff) | |
download | brdo-81b35fbe4a0622a1bc9b010c02b22911526474dc.tar.gz brdo-81b35fbe4a0622a1bc9b010c02b22911526474dc.tar.bz2 |
- Patch #34749 by ax: make blogapi autodiscovery (rsd) work with Flock. Yay!
-rw-r--r-- | modules/blogapi.module | 1 | ||||
-rw-r--r-- | modules/blogapi/blogapi.module | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/blogapi.module b/modules/blogapi.module index b23de7324..9aad83b73 100644 --- a/modules/blogapi.module +++ b/modules/blogapi.module @@ -600,6 +600,7 @@ function blogapi_rsd() { $base = url('', NULL, NULL, TRUE); $blogid = 1; # until we figure out how to handle multiple bloggers + header('Content-Type: application/rsd+xml'); print <<<__RSD__ <?xml version="1.0"?> <rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd"> diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module index b23de7324..9aad83b73 100644 --- a/modules/blogapi/blogapi.module +++ b/modules/blogapi/blogapi.module @@ -600,6 +600,7 @@ function blogapi_rsd() { $base = url('', NULL, NULL, TRUE); $blogid = 1; # until we figure out how to handle multiple bloggers + header('Content-Type: application/rsd+xml'); print <<<__RSD__ <?xml version="1.0"?> <rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd"> |