summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-22 20:32:47 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-22 20:32:47 +0000
commit0d7a9cf7a878ea00b2eb1acc96659034932574f2 (patch)
tree152cb27e76a489959df1f200f1dadeafa34f3441 /actions
parent94d9329b5f9ae1906bb062911d263a2ea6d067e5 (diff)
parent248fd763bde70537e5e9a14db435c27a52849c9a (diff)
Merge branch 'master' of ../trunk
Diffstat (limited to 'actions')
-rw-r--r--actions/public.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/public.php b/actions/public.php
index 8ce7fbee3..b51a95f24 100644
--- a/actions/public.php
+++ b/actions/public.php
@@ -204,5 +204,7 @@ class PublicAction extends Action
$top->show();
$pop = new PopularNoticeSection($this);
$pop->show();
+ $gbp = new GroupsByPostsSection($this);
+ $gbp->show();
}
}