From: Cash Costello Date: Sun, 8 Jan 2012 20:51:19 +0000 (-0500) Subject: Fixes #2199 can now pass entity type/subtype to tag search X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=aaeed5d0c3ec561ea691cddeee20563c2b946acd;p=lorea%2Felgg.git Fixes #2199 can now pass entity type/subtype to tag search --- 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());