From d429cdeb9b74bb6452270d169f0c9fc5f325122e Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 4 Mar 2009 11:08:16 +0000 Subject: Moved GUID tool to admin menu. git-svn-id: https://code.elgg.org/elgg/trunk@3061 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/guidtool/export.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/guidtool/export.php') diff --git a/mod/guidtool/export.php b/mod/guidtool/export.php index 4f9b66761..732307a25 100644 --- a/mod/guidtool/export.php +++ b/mod/guidtool/export.php @@ -9,6 +9,9 @@ * @link http://elgg.com/ */ + admin_gatekeeper(); + set_context('admin'); + $entity_guid = get_input('entity_guid'); // Render the file upload page -- cgit v1.2.3