start and end xml

darcs-hash:20080718042511-84dde-577d462b1441a30d1d88cc8e26dde32bde79c9fd.gz
This commit is contained in:
Evan Prodromou 2008-07-18 00:25:11 -04:00
parent 566d9ad20d
commit abfe53311f
1 changed files with 4 additions and 0 deletions

View 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();
}