show repeated notices correctly in API output

This commit is contained in:
Evan Prodromou
2009-12-11 12:40:05 -05:00
parent 1c370bb277
commit 683edfd199
2 changed files with 141 additions and 0 deletions

View File

@@ -359,6 +359,11 @@ class Router
'id' => '[0-9]+',
'format' => '(xml|json)'));
$m->connect('api/statuses/retweet/:id.:format',
array('action' => 'ApiStatusesRetweet',
'id' => '[0-9]+',
'format' => '(xml|json)'));
// users
$m->connect('api/users/show.:format',