Fixed SQL error on unscaped parameter

This commit is contained in:
fbsanchez 2018-02-13 17:34:09 +01:00
parent 128be1f9d1
commit 1a986fccf6
1 changed files with 1 additions and 1 deletions

View File

@ -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");