From: Mikael Nordfeldth Date: Tue, 22 Mar 2016 21:37:59 +0000 (+0100) Subject: Forgot a microsummary route in the latest commit X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8933022edcf4851ac8feb08aca9de4a4fbabc1df;p=quix0rs-gnu-social.git Forgot a microsummary route in the latest commit --- 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));