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