mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed error in "free search" section (Alert detail). Ticket #2562
This commit is contained in:
parent
a11af4905c
commit
61a9376437
@ -330,6 +330,10 @@ if ($pure) {
|
||||
$url .= '&pure=' . $pure;
|
||||
}
|
||||
|
||||
if ($free_search != ''){
|
||||
$url .= '&free_search=' . $free_search;
|
||||
}
|
||||
|
||||
// Filter form
|
||||
if ($print_agent) {
|
||||
echo '<br>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user