Fixed error in "free search" section (Alert detail). Ticket #2562

This commit is contained in:
Arturo Gonzalez Diaz 2015-08-05 12:36:31 +02:00
parent a11af4905c
commit 61a9376437
1 changed files with 4 additions and 0 deletions

View File

@ -330,6 +330,10 @@ if ($pure) {
$url .= '&pure=' . $pure;
}
if ($free_search != ''){
$url .= '&free_search=' . $free_search;
}
// Filter form
if ($print_agent) {
echo '<br>';