From acd9393531c4a74af9927cb4a875bdb652d5c422 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 27 Jun 2008 11:46:24 +0000 Subject: Search now sets context appropriately git-svn-id: https://code.elgg.org/elgg/trunk@1172 36083f99-b078-4883-b0ff-0f9b5a30f544 --- search/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'search/index.php') diff --git a/search/index.php b/search/index.php index 0825fee25..2a1a40a5b 100644 --- a/search/index.php +++ b/search/index.php @@ -15,6 +15,9 @@ // Load Elgg engine require_once(dirname(dirname(__FILE__)) . "/engine/start.php"); + // Set context + set_context('search'); + // Get input $tag = get_input('tag'); $subtype = get_input('subtype'); -- cgit v1.2.3