]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix URL for memberships feed
authorEvan Prodromou <evan@status.net>
Mon, 13 Dec 2010 18:50:57 +0000 (13:50 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 13 Dec 2010 18:50:57 +0000 (13:50 -0500)
lib/router.php

index e05fa096de14af22469e86e9f183c5573af72260..c42cca5f60e6ca914de3a264ba7e6dc297f91b66 100644 (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]+'));