From 1429e80a1276a9081e4148076e2eac588e55a439 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 20 Feb 2011 23:06:35 +0000 Subject: Fixes #2970 updated groups, file, pages, and wire plugins for automatic page owner setting git-svn-id: http://code.elgg.org/elgg/trunk@8376 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/file/index.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'mod/file/index.php') diff --git a/mod/file/index.php b/mod/file/index.php index ad5f4378c..257dd8af8 100644 --- a/mod/file/index.php +++ b/mod/file/index.php @@ -5,8 +5,6 @@ * @package ElggFile */ -elgg_set_page_owner_guid(get_input('guid')); - // access check for closed groups group_gatekeeper(); -- cgit v1.2.3