aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/groupprofile.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/groups/groupprofile.php')
-rw-r--r--mod/groups/groupprofile.php2
1 files changed, 1 insertions, 1 deletions
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);