diff options
-rw-r--r-- | search/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
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');
|