From 7cc7dbd39b4a91903130c55fabf23645ae5cec8e Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 5 Aug 2008 08:37:07 +0000 Subject: group profile view tweaked git-svn-id: https://code.elgg.org/elgg/trunk@1695 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/groupprofile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/groups/groupprofile.php') diff --git a/mod/groups/groupprofile.php b/mod/groups/groupprofile.php index c06654f85..36bede0c0 100644 --- a/mod/groups/groupprofile.php +++ b/mod/groups/groupprofile.php @@ -21,7 +21,7 @@ $area2 .= elgg_view('group/group', array('entity' => $group, 'user' => $_SESSION['user'], 'full' => true)); //group profile 'items' - these are not real widgets, just contents to display - $area2 .= elgg_view('groups/items',array('entity' => $group)); + $area2 .= elgg_view('groups/profileitems',array('entity' => $group)); $body = elgg_view_layout('two_column_left_sidebar', $area1, $area2); -- cgit v1.2.3