aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/start.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-27 13:45:20 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-27 13:45:20 +0000
commitb8774c56edb22840530c6f2ddcbe2f2022a417d1 (patch)
treedcca0992744a46df9a3dbf597ce2b8febe8dc4d0 /mod/groups/start.php
parente658fb3a978e40653d72ef33549177c87cb714ce (diff)
downloadelgg-b8774c56edb22840530c6f2ddcbe2f2022a417d1.tar.gz
elgg-b8774c56edb22840530c6f2ddcbe2f2022a417d1.tar.bz2
Join request management added.
git-svn-id: https://code.elgg.org/elgg/trunk@2980 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/start.php')
-rw-r--r--mod/groups/start.php2
1 files changed, 1 insertions, 1 deletions
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