diff options
Diffstat (limited to 'mod/guidtool/export.php')
-rw-r--r-- | mod/guidtool/export.php | 3 |
1 files changed, 3 insertions, 0 deletions
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 |