fix URL for memberships feed

This commit is contained in:
Evan Prodromou 2010-12-13 13:50:57 -05:00
parent a93f0fea61
commit 4be9c0a0e9
1 changed files with 1 additions and 1 deletions

View File

@ -934,7 +934,7 @@ class Router
array('profile' => '[0-9]+',
'group' => '[0-9]+'));
$m->connect('api/statusnet/app/membership/:profile.atom',
$m->connect('api/statusnet/app/memberships/:profile.atom',
array('action' => 'AtomPubMembershipFeed'),
array('profile' => '[0-9]+'));