Skip to content

Commit

Permalink
Merge branch '7.x' of github.com:islandora/islandora_solr_search into…
Browse files Browse the repository at this point in the history
… 7.x
  • Loading branch information
ruebot committed Mar 5, 2015
2 parents 3f8ae68 + 291cd1f commit 43b68a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/results.inc
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ class IslandoraSolrResults {
}
$filter_string = $filter_split[1];
}
return $filter_string;
return stripslashes($filter_string);
}

/**
Expand Down

0 comments on commit 43b68a0

Please sign in to comment.