diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-04 16:53:04 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-04 16:53:04 +0000 |
commit | 83aa919f302dfd00295defd03a089e0619bf9406 (patch) | |
tree | 3efdb4825161489107a47df516cac2b92756c08e /mod/groups/edit.php | |
parent | ef62cf3614a62d61bd53061a0e2d4f81badfe175 (diff) | |
download | elgg-83aa919f302dfd00295defd03a089e0619bf9406.tar.gz elgg-83aa919f302dfd00295defd03a089e0619bf9406.tar.bz2 |
Refs #109: Invite support added
git-svn-id: https://code.elgg.org/elgg/trunk@1298 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/edit.php')
-rw-r--r-- | mod/groups/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/edit.php b/mod/groups/edit.php index dcd6db98d..41f43c007 100644 --- a/mod/groups/edit.php +++ b/mod/groups/edit.php @@ -20,7 +20,7 @@ $body = elgg_view_layout('one_column', elgg_view("forms/groups/edit", array('entity' => $group))); } else { - $area1 = elgg_echo("groups:noaccess"); + $body = elgg_echo("groups:noaccess"); } page_draw(elgg_echo("groups:new"), $body); |