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

This commit is contained in:
Arturo Gonzalez Diaz 2015-08-05 12:32:02 +02:00
parent 13b7bfca6e
commit cd6d142cf4
1 changed files with 4 additions and 0 deletions

View File

@ -371,6 +371,10 @@ if ($pure) {
$url .= '&pure=' . $pure;
}
if ($free_search != ''){
$url .= '&free_search=' . $free_search;
}
// Filter form
if ($print_agent) {
if(defined('METACONSOLE')) {