From 6292a156060339a4794c6feec42f53302b777aed Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 8 Aug 2008 14:02:43 +0000 Subject: Removing some wsod issues git-svn-id: https://code.elgg.org/elgg/trunk@1794 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/topicposts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/groups/topicposts.php') diff --git a/mod/groups/topicposts.php b/mod/groups/topicposts.php index 34886f3fe..941e962ad 100644 --- a/mod/groups/topicposts.php +++ b/mod/groups/topicposts.php @@ -14,8 +14,8 @@ require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); //get_input('group_guid'); - set_page_owner((int)get_input('group_guid')); - if (!(page_owner_entity() instanceof ElggGroup)) forward(); + set_page_owner((int)get_input('group_guid')); + if (!(page_owner_entity() instanceof ElggGroup)) forward(); // get the entity from id $topic = get_entity(get_input('topic')); -- cgit v1.2.3