From c4502ab04c770452b3b8acb4f8f2f02f84163a90 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 4 Jul 2008 09:42:52 +0000 Subject: Join requests on closed groups, full loop. Refs #109 git-svn-id: https://code.elgg.org/elgg/trunk@1284 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/groups/start.php') 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: -- cgit v1.2.3