diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-27 01:31:44 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-27 01:31:44 +0000 |
commit | 53062715e71e7ce4bf6310731dc1ec102fb87f1c (patch) | |
tree | a96ddce25b832b59927567290ba490794848cc6f /mod/groups/lib | |
parent | 41616b6f4bbbc8f495a321c89cf62b0d39938ec5 (diff) | |
download | elgg-53062715e71e7ce4bf6310731dc1ec102fb87f1c.tar.gz elgg-53062715e71e7ce4bf6310731dc1ec102fb87f1c.tar.bz2 |
Fixes #3086 using full_view instead of full
git-svn-id: http://code.elgg.org/elgg/trunk@8866 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/lib')
-rw-r--r-- | mod/groups/lib/groups.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/lib/groups.php b/mod/groups/lib/groups.php index cfab11ebb..c0a8a9a94 100644 --- a/mod/groups/lib/groups.php +++ b/mod/groups/lib/groups.php @@ -29,7 +29,7 @@ function groups_handle_all_page() { 'subtype' => 'groupforumtopic', 'order_by' => 'e.last_action desc', 'limit' => 40, - 'fullview' => false, + 'full_view' => false, )); break; case 'newest': |