diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-10 11:05:34 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-10 11:05:34 +0000 |
commit | 59c3b931afae98a2a0166b0c0462be62daaf11ee (patch) | |
tree | 89d3308c13f629842ff00a32c46b256a681a7c09 /mod/groups/all.php | |
parent | 7c7fac52ebcf4449e7103c41bccf8babbc213b95 (diff) | |
download | elgg-59c3b931afae98a2a0166b0c0462be62daaf11ee.tar.gz elgg-59c3b931afae98a2a0166b0c0462be62daaf11ee.tar.bz2 |
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
Diffstat (limited to 'mod/groups/all.php')
-rw-r--r-- | mod/groups/all.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |