Merge branch '0.9.x' into righttoleave

This commit is contained in:
Evan Prodromou
2010-12-15 16:48:28 -05:00
8 changed files with 441 additions and 21 deletions

View File

@@ -907,8 +907,8 @@ class Router
// AtomPub API
$m->connect('api/statusnet/app/service/:id.xml',
array('action' => 'ApiAtomService',
'id' => Nickname::DISPLAY_FMT));
array('action' => 'ApiAtomService'),
array('id' => Nickname::DISPLAY_FMT));
$m->connect('api/statusnet/app/service.xml',
array('action' => 'ApiAtomService'));