From 81b35fbe4a0622a1bc9b010c02b22911526474dc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 21 Oct 2005 09:56:59 +0000 Subject: - Patch #34749 by ax: make blogapi autodiscovery (rsd) work with Flock. Yay! --- modules/blogapi/blogapi.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/blogapi/blogapi.module') 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__ -- cgit v1.2.3