Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
HOTFIX for autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Apr 22, 2020
1 parent dfd7c3d commit 0367e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion culturefeed_search/includes/helpers.inc
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ function culturefeed_search_get_flandersregion_suggestions($search_string, $incl
* @param bool $include_regions
* Include also the cities in the suggestions, or not.
*/
function culturefeed_search_get_city_suggestions($search_string, $include_regions = FALSE, $parents = array(), $include_postal_parents) {
function culturefeed_search_get_city_suggestions($search_string, $include_regions = FALSE, $parents = array(), $include_postal_parents = TRUE) {

$suggestions = array();
$parts = array_reverse(explode(",", $search_string));
Expand Down

0 comments on commit 0367e98

Please sign in to comment.