mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed SQL error on unscaped parameter
This commit is contained in:
parent
128be1f9d1
commit
1a986fccf6
@ -301,7 +301,7 @@ $tag_without = json_decode($tag_without_json_clean, true);
|
||||
if (empty($tag_without)) $tag_without = array();
|
||||
$tag_without = array_diff($tag_without, array(0 => 0));
|
||||
|
||||
$search = io_safe_output(get_parameter ("search"));
|
||||
$search = get_parameter ("search");
|
||||
|
||||
users_get_groups ($config["id_user"], "ER");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user