From 8933022edcf4851ac8feb08aca9de4a4fbabc1df Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Tue, 22 Mar 2016 22:37:59 +0100 Subject: [PATCH] Forgot a microsummary route in the latest commit --- lib/router.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/router.php b/lib/router.php index dc6af1e863..5a51f3d7d4 100644 --- a/lib/router.php +++ b/lib/router.php @@ -944,7 +944,7 @@ class Router foreach (array('subscriptions', 'subscribers', 'nudge', 'all', 'foaf', 'replies', - 'inbox', 'outbox', 'microsummary') as $a) { + 'inbox', 'outbox') as $a) { $m->connect(':nickname/'.$a, array('action' => $a), array('nickname' => Nickname::DISPLAY_FMT));