summaryrefslogtreecommitdiff
path: root/actions/apisubscriptions.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/apisubscriptions.php')
-rw-r--r--actions/apisubscriptions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/apisubscriptions.php b/actions/apisubscriptions.php
index 0ba324057..63d65f289 100644
--- a/actions/apisubscriptions.php
+++ b/actions/apisubscriptions.php
@@ -206,7 +206,8 @@ class ApiSubscriptionsAction extends ApiBareAuthAction
{
switch ($this->format) {
case 'xml':
- $this->elementStart('users', array('type' => 'array'));
+ $this->elementStart('users', array('type' => 'array',
+ 'xmlns:statusnet' => 'http://status.net/schema/api/1/'));
foreach ($this->profiles as $profile) {
$this->showProfile(
$profile,