diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-04 09:42:52 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-04 09:42:52 +0000 |
commit | c4502ab04c770452b3b8acb4f8f2f02f84163a90 (patch) | |
tree | 8555dcd6ff27dac2982b11b8859f56b070b3cc4d /mod/groups/start.php | |
parent | f943d8cd42d43ccbe648072ed17cb776254f7b06 (diff) | |
download | elgg-c4502ab04c770452b3b8acb4f8f2f02f84163a90.tar.gz elgg-c4502ab04c770452b3b8acb4f8f2f02f84163a90.tar.bz2 |
Join requests on closed groups, full loop. Refs #109
git-svn-id: https://code.elgg.org/elgg/trunk@1284 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/start.php')
-rw-r--r-- | mod/groups/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/start.php b/mod/groups/start.php index b6c177a7d..b6b49b32c 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -48,7 +48,7 @@ register_action("groups/leave",false, $CONFIG->pluginspath . "groups/actions/leave.php"); register_action("groups/joinrequest",false, $CONFIG->pluginspath . "groups/actions/joinrequest.php"); - register_action("groups/adduser",false, $CONFIG->pluginspath . "groups/actions/adduser.php"); + register_action("groups/addtogroup",false, $CONFIG->pluginspath . "groups/actions/addtogroup.php"); // For now, we'll hard code the groups profile items as follows: |