Add groups by notice to public

This commit is contained in:
Evan Prodromou 2009-01-22 20:17:32 +00:00
parent 06cc977032
commit 248fd763bd
1 changed files with 2 additions and 0 deletions

View File

@ -204,5 +204,7 @@ class PublicAction extends Action
$top->show();
$pop = new PopularNoticeSection($this);
$pop->show();
$gbp = new GroupsByPostsSection($this);
$gbp->show();
}
}