]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #2404 not using full set of query parameters for custom search types
authorCash Costello <cash.costello@gmail.com>
Sun, 8 Jan 2012 20:04:50 +0000 (15:04 -0500)
committerCash Costello <cash.costello@gmail.com>
Sun, 8 Jan 2012 20:04:50 +0000 (15:04 -0500)
mod/search/pages/search/index.php

index efa3ec0378c8eeebb749f34678409e4a68234dc6..782c2bae9f6f727173767f72fec2315a53a68481 100644 (file)
@@ -145,11 +145,7 @@ foreach ($custom_types as $type) {
 
        $data = htmlspecialchars(http_build_query(array(
                'q' => $query,
-               'entity_subtype' => $entity_subtype,
-               'entity_type' => $entity_type,
-               'owner_guid' => $owner_guid,
                'search_type' => $type,
-               'friends' => $friends
        )));
 
        $url = elgg_get_site_url()."search?$data";