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/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/guidtool/index.php') diff --git a/mod/guidtool/index.php b/mod/guidtool/index.php index bbf27016a..42abaae3b 100644 --- a/mod/guidtool/index.php +++ b/mod/guidtool/index.php @@ -12,11 +12,12 @@ require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); admin_gatekeeper(); + set_context('admin'); $title = elgg_echo("guidtool"); $body = elgg_view_title($title); - $context = get_context(); + $context = get_context(); set_context('search'); $limit = get_input('limit', 10); -- cgit v1.2.3