From 53062715e71e7ce4bf6310731dc1ec102fb87f1c Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 27 Mar 2011 01:31:44 +0000 Subject: Fixes #3086 using full_view instead of full git-svn-id: http://code.elgg.org/elgg/trunk@8866 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/lib/groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/groups/lib/groups.php') 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': -- cgit v1.2.3