diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 20:32:47 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 20:32:47 +0000 |
commit | 0d7a9cf7a878ea00b2eb1acc96659034932574f2 (patch) | |
tree | 152cb27e76a489959df1f200f1dadeafa34f3441 /actions | |
parent | 94d9329b5f9ae1906bb062911d263a2ea6d067e5 (diff) | |
parent | 248fd763bde70537e5e9a14db435c27a52849c9a (diff) |
Merge branch 'master' of ../trunk
Diffstat (limited to 'actions')
-rw-r--r-- | actions/public.php | 2 |
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(); } } |