From 420bd55dadd43bd47607b38aa6963af9fe7aeaa5 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 24 Feb 2009 11:22:42 +0000 Subject: Group gatekeeper on internal group pages. git-svn-id: https://code.elgg.org/elgg/trunk@2917 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/topicposts.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/groups/topicposts.php') diff --git a/mod/groups/topicposts.php b/mod/groups/topicposts.php index ea8a82bac..b530404b6 100644 --- a/mod/groups/topicposts.php +++ b/mod/groups/topicposts.php @@ -21,6 +21,8 @@ set_page_owner(get_input('group_guid')); if (!(page_owner_entity() instanceof ElggGroup)) forward(); + group_gatekeeper(); + // get the entity from id $topic = get_entity(get_input('topic')); if (!$topic) forward(); -- cgit v1.2.3