projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5f7844
)
change front page to link to max member groups
author
Evan Prodromou
<evan@controlyourself.ca>
Mon, 27 Jul 2009 19:07:39 +0000
(15:07 -0400)
committer
Evan Prodromou
<evan@controlyourself.ca>
Mon, 27 Jul 2009 19:07:39 +0000
(15:07 -0400)
actions/public.php
patch
|
blob
|
history
diff --git
a/actions/public.php
b/actions/public.php
index ef9ef0d1ab0dc4ea451d29f1c1a016359533501c..d0317ac70660c7dcf5a3f1a02fc59c65b2d7fe97 100644
(file)
--- a/
actions/public.php
+++ b/
actions/public.php
@@
-229,7
+229,7
@@
class PublicAction extends Action
// $top->show();
$pop = new PopularNoticeSection($this);
$pop->show();
- $gbp = new GroupsBy
Post
sSection($this);
+ $gbp = new GroupsBy
Member
sSection($this);
$gbp->show();
$feat = new FeaturedUsersSection($this);
$feat->show();