]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
start and end xml
authorEvan Prodromou <evan@prodromou.name>
Fri, 18 Jul 2008 04:25:11 +0000 (00:25 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 18 Jul 2008 04:25:11 +0000 (00:25 -0400)
darcs-hash:20080718042511-84dde-577d462b1441a30d1d88cc8e26dde32bde79c9fd.gz

actions/twitapifriendships.php

index 89b60e505583a54b1cb89fc8a94774354d2229f0..a8de77107ad4538baa9b7d159f70d99c80a4f426 100644 (file)
@@ -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();
        }