diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-27 13:45:20 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-27 13:45:20 +0000 |
commit | b8774c56edb22840530c6f2ddcbe2f2022a417d1 (patch) | |
tree | dcca0992744a46df9a3dbf597ce2b8febe8dc4d0 /mod/groups/start.php | |
parent | e658fb3a978e40653d72ef33549177c87cb714ce (diff) | |
download | elgg-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.php | 2 |
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
|