diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-08 15:51:19 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-08 15:51:19 -0500 |
commit | aaeed5d0c3ec561ea691cddeee20563c2b946acd (patch) | |
tree | ee7c615b9eab8686ef1047111610c3a6a6f6deaa | |
parent | 3cba074d0597d36627500607ca4a0d7cd6a79b6e (diff) | |
download | elgg-aaeed5d0c3ec561ea691cddeee20563c2b946acd.tar.gz elgg-aaeed5d0c3ec561ea691cddeee20563c2b946acd.tar.bz2 |
Fixes #2199 can now pass entity type/subtype to tag search
-rw-r--r-- | mod/search/pages/search/index.php | 2 |
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()); |