remove duplicate tag in atom response

This commit is contained in:
Fabio Comuni 2011-06-21 11:44:26 +02:00
parent 296f1b0123
commit 7cd7a79807
2 changed files with 1 additions and 3 deletions

View file

@ -515,7 +515,6 @@
'user' => $status_user ,
'objecttype' => $item['object-type'],
'verb' => $item['verb'],
'conversation' => $a->get_baseurl() . '/display/' . $status_user['screen_name'] . '/' . $item['id'],
'self' => $a->get_baseurl()."/api/statuses/show/".$ite['id'].".".$type,
'edit' => $a->get_baseurl()."/api/statuses/show/".$ite['id'].".".$type,
);