remove top posters from public
This commit is contained in:
parent
6b5fb0ab7d
commit
32c9c03cdc
|
@ -205,8 +205,8 @@ class PublicAction extends Action
|
||||||
|
|
||||||
function showSections()
|
function showSections()
|
||||||
{
|
{
|
||||||
$top = new TopPostersSection($this);
|
// $top = new TopPostersSection($this);
|
||||||
$top->show();
|
// $top->show();
|
||||||
$pop = new PopularNoticeSection($this);
|
$pop = new PopularNoticeSection($this);
|
||||||
$pop->show();
|
$pop->show();
|
||||||
$gbp = new GroupsByPostsSection($this);
|
$gbp = new GroupsByPostsSection($this);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user