summaryrefslogtreecommitdiff
path: root/actions/twitapistatuses.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-18 01:14:04 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-18 01:14:04 -0400
commit0567dc4a1ca0365f7d6d5d956b889c99edc8ad84 (patch)
tree879fd17a8f18467088fbfa4893d4ae6ea8cc8164 /actions/twitapistatuses.php
parent1c9e4f5f838d651a771e5fbfd8e30ae002cdd21e (diff)
forgot ending element for users
darcs-hash:20080718051404-84dde-fc6a1b93f8e1f4faf6dd15d79372709f6493776e.gz
Diffstat (limited to 'actions/twitapistatuses.php')
-rw-r--r--actions/twitapistatuses.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/twitapistatuses.php b/actions/twitapistatuses.php
index c306985d8..a384cc75b 100644
--- a/actions/twitapistatuses.php
+++ b/actions/twitapistatuses.php
@@ -708,7 +708,7 @@ class TwitapistatusesAction extends TwitterapiAction {
foreach ($profiles as $profile) {
$this->show_profile($profile);
}
- common_element_end();
+ common_element_end('users');
break;
case 'json':
$arrays = array();