From 47475737ced41c30946a2d9113d0d359c157474b Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 19 Feb 2009 15:13:13 +0000 Subject: 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 --- mod/groups/actions/join.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/groups/actions') 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; } } -- cgit v1.2.3