mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
#13264 fixed sql injection
This commit is contained in:
parent
64013c0416
commit
6d33c36cb0
@ -1193,7 +1193,7 @@ function events_get_all(
|
|||||||
($key === 0) ? '' : $nexo,
|
($key === 0) ? '' : $nexo,
|
||||||
$field,
|
$field,
|
||||||
$not_search,
|
$not_search,
|
||||||
io_safe_output($filter['search'])
|
str_replace('"', '', io_safe_output($filter['search'])),
|
||||||
);
|
);
|
||||||
$sql_search .= ' ';
|
$sql_search .= ' ';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user