From f2b5b81e01444f90f00baef738d02422cbaf6e20 Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 8 Mar 2010 18:43:11 +0000 Subject: Removed the superfluous groups contentwrapper git-svn-id: http://code.elgg.org/elgg/trunk@5308 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 b279d88ab..721604691 100644 --- a/mod/groups/groupprofile.php +++ b/mod/groups/groupprofile.php @@ -50,7 +50,7 @@ $title = elgg_echo('groups:notfound'); $area2 = elgg_view_title($title); - $area2 .= elgg_view('groups/contentwrapper',array('body' => elgg_echo('groups:notfound:details'))); + $area2 .= elgg_echo('groups:notfound:details'); $body = elgg_view_layout('one_column_with_sidebar', '', $area2); } -- cgit v1.2.3