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, 1 insertions, 1 deletions
diff --git a/actions/twitapihelp.php b/actions/twitapihelp.php
index 1b84cb11b..531c6e9d3 100644
--- a/actions/twitapihelp.php
+++ b/actions/twitapihelp.php
@@ -34,7 +34,7 @@ class TwitapihelpAction extends TwitterapiAction
if ($apidata['content-type'] == 'xml') {
$this->init_document('xml');
- common_element('ok', null, 'true');
+ $this->element('ok', null, 'true');
$this->end_document('xml');
} elseif ($apidata['content-type'] == 'json') {
$this->init_document('json');