start and end xml
darcs-hash:20080718042511-84dde-577d462b1441a30d1d88cc8e26dde32bde79c9fd.gz
This commit is contained in:
parent
566d9ad20d
commit
abfe53311f
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user