summaryrefslogtreecommitdiff
path: root/actions/twitapihelp.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/twitapihelp.php')
-rw-r--r--actions/twitapihelp.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/twitapihelp.php b/actions/twitapihelp.php
index 9701913f1..e07c9b667 100644
--- a/actions/twitapihelp.php
+++ b/actions/twitapihelp.php
@@ -31,9 +31,7 @@ class TwitapihelpAction extends TwitterapiAction {
global $xw;
if ($apidata['content-type'] == 'xml') {
$this->init_document('xml');
- common_start_xml();
common_element('ok', NULL, 'true');
- common_end_xml();
$this->end_document('xml');
} elseif ($apidata['content-type'] == 'json') {
$this->init_document('json');