Forgot a microsummary route in the latest commit

This commit is contained in:
Mikael Nordfeldth 2016-03-22 22:37:59 +01:00
parent dafe775ffa
commit 8933022edc
1 changed files with 1 additions and 1 deletions

View File

@ -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));