From: Evan Prodromou Date: Fri, 18 Jul 2008 04:25:11 +0000 (-0400) Subject: start and end xml X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=abfe53311fd404c1b97c27e45aa0c0a915560bb1;p=quix0rs-gnu-social.git start and end xml darcs-hash:20080718042511-84dde-577d462b1441a30d1d88cc8e26dde32bde79c9fd.gz --- diff --git a/actions/twitapifriendships.php b/actions/twitapifriendships.php index 89b60e5055..a8de77107a 100644 --- a/actions/twitapifriendships.php +++ b/actions/twitapifriendships.php @@ -55,7 +55,9 @@ class TwitapifriendshipsAction extends TwitterapiAction { mail_subscribe_notify($other, $user); + common_start_xml(); $this->show_profile($other); + common_end_xml(); exit(); } @@ -88,7 +90,9 @@ class TwitapifriendshipsAction extends TwitterapiAction { $sub->delete(); } + common_start_xml(); $this->show_profile($other); + common_end_xml(); exit(); }