From b8774c56edb22840530c6f2ddcbe2f2022a417d1 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 27 Feb 2009 13:45:20 +0000 Subject: Join request management added. git-svn-id: https://code.elgg.org/elgg/trunk@2980 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 f609ef90d..64a44bf21 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -45,7 +45,7 @@ register_action("groups/join",false, $CONFIG->pluginspath . "groups/actions/join.php"); 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/killrequest",false,$CONFIG->pluginspath . "groups/actions/groupskillrequest.php"); register_action("groups/addtogroup",false, $CONFIG->pluginspath . "groups/actions/addtogroup.php"); // Use group widgets -- cgit v1.2.3