diff options
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: |