diff options
author | Evan Prodromou <evan@status.net> | 2010-12-13 13:50:57 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-12-13 13:50:57 -0500 |
commit | 4be9c0a0e98b2135347baa9aea257d819719c7bf (patch) | |
tree | c9ff410d7b9b22f4ce943baea4defbb800caee0f | |
parent | a93f0fea618f189cedd0093f77437369d306db95 (diff) |
fix URL for memberships feed
-rw-r--r-- | lib/router.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/router.php b/lib/router.php index e05fa096d..c42cca5f6 100644 --- a/lib/router.php +++ b/lib/router.php @@ -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]+')); |