Merge branch '1916-Fallo-SQL-al-buscar-coma-simple' into 'develop'

Fixed SQL error on unscaped parameter

See merge request artica/pandorafms!1298
This commit is contained in:
vgilc 2018-02-13 17:40:31 +01:00
commit 71ac83466f
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");