diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-19 15:13:13 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-19 15:13:13 +0000 |
commit | 47475737ced41c30946a2d9113d0d359c157474b (patch) | |
tree | 7c251914b923cc886129e467f052672993ae1a33 /mod/groups/actions/join.php | |
parent | 6546d603093ed257b6aff7e2cbcb8c7a8f52a930 (diff) | |
download | elgg-47475737ced41c30946a2d9113d0d359c157474b.tar.gz elgg-47475737ced41c30946a2d9113d0d359c157474b.tar.bz2 |
Repointed actions/ to action/ in all views and removed actions/* from the action handler.
git-svn-id: https://code.elgg.org/elgg/trunk@2815 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/actions/join.php')
-rw-r--r-- | mod/groups/actions/join.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/actions/join.php b/mod/groups/actions/join.php index 1815625a6..6d55d3636 100644 --- a/mod/groups/actions/join.php +++ b/mod/groups/actions/join.php @@ -46,7 +46,7 @@ { // Closed group, request membership system_message(elgg_echo('groups:privategroup')); - forward($CONFIG->url . "actions/groups/joinrequest?user_guid=$user_guid&group_guid=$group_guid"); + forward($CONFIG->url . "action/groups/joinrequest?user_guid=$user_guid&group_guid=$group_guid"); exit; } } |