aboutsummaryrefslogtreecommitdiff
path: root/mod/search/pages/search/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/search/pages/search/index.php')
-rw-r--r--mod/search/pages/search/index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/search/pages/search/index.php b/mod/search/pages/search/index.php
index 782c2bae9..91817096b 100644
--- a/mod/search/pages/search/index.php
+++ b/mod/search/pages/search/index.php
@@ -236,8 +236,6 @@ if ($search_type != 'entities' || $search_type == 'all') {
$current_params = $params;
$current_params['search_type'] = $type;
- // custom search types have no subtype.
- unset($current_params['subtype']);
$results = elgg_trigger_plugin_hook('search', $type, $current_params, array());