From 2037fc54b25cca2fef3ec24e33be01924fcfb555 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 19 Jun 2010 15:19:26 +0000 Subject: Refs #2294 - groups_write_acl_plugin_hook depends on page owner since [5782] and group actions seem to end up with the group owner as the page owner. This is a temporary fix for this issue. All group activity since [5782] on installs now have corrupted group access lists. I have a script to fix this that I can share. git-svn-id: http://code.elgg.org/elgg/trunk@6523 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/actions/join.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/groups/actions/join.php') diff --git a/mod/groups/actions/join.php b/mod/groups/actions/join.php index 423f108fd..1612587c8 100644 --- a/mod/groups/actions/join.php +++ b/mod/groups/actions/join.php @@ -28,6 +28,8 @@ $user = get_entity($user_guid); $group = get_entity($group_guid); + set_page_owner($group->guid); + if (($user instanceof ElggUser) && ($group instanceof ElggGroup)) { if ($group->isPublicMembership()) -- cgit v1.2.3