diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-04 09:03:58 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-04 13:01:23 -0400 |
commit | 3997682d26d7ed48361610892b65ace9097f5fc0 (patch) | |
tree | fa14c3a6b453146a4d53062b4424ffd680b95d2d /lib/router.php | |
parent | 0616ea020550c2bf3d5ce5e9f6452f9359384146 (diff) |
incorrectly moved user xrds to OpenID plugin; fixing
Diffstat (limited to 'lib/router.php')
-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 37a7e4a0f..90ffaec16 100644 --- a/lib/router.php +++ b/lib/router.php @@ -431,7 +431,7 @@ class Router // user stuff foreach (array('subscriptions', 'subscribers', - 'nudge', 'all', 'foaf', + 'nudge', 'all', 'foaf', 'xrds', 'replies', 'inbox', 'outbox', 'microsummary') as $a) { $m->connect(':nickname/'.$a, array('action' => $a), |