From 59c3b931afae98a2a0166b0c0462be62daaf11ee Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 10 Jun 2010 11:05:34 +0000 Subject: Updated Groups tabs so you land on newest groups tab rather than discussion. git-svn-id: http://code.elgg.org/elgg/trunk@6431 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/groups/all.php') diff --git a/mod/groups/all.php b/mod/groups/all.php index 2bf22a20a..9e19fce09 100644 --- a/mod/groups/all.php +++ b/mod/groups/all.php @@ -16,7 +16,7 @@ $filter = get_input("filter"); if (!$filter) { // active discussions is the default - $filter = "active"; + $filter = "newest"; } $context = get_context(); -- cgit v1.2.3