]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
forgot ending element for users
authorEvan Prodromou <evan@prodromou.name>
Fri, 18 Jul 2008 05:14:04 +0000 (01:14 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 18 Jul 2008 05:14:04 +0000 (01:14 -0400)
darcs-hash:20080718051404-84dde-fc6a1b93f8e1f4faf6dd15d79372709f6493776e.gz

actions/twitapistatuses.php

index c306985d8ecf9d7784571f5f077d6cf638dd86e8..a384cc75bed317b93fde481092003383ad5e9bbf 100644 (file)
@@ -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();