From 4b833d1c751e101449fc2e1184ad26e5e86840c8 Mon Sep 17 00:00:00 2001 From: Gauthier PC portable 024 Date: Thu, 15 Dec 2022 17:45:30 +0100 Subject: [PATCH] FIX : travis --- htdocs/hrm/evaluation_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/hrm/evaluation_list.php b/htdocs/hrm/evaluation_list.php index b2eeaf2c886..84080f930fa 100644 --- a/htdocs/hrm/evaluation_list.php +++ b/htdocs/hrm/evaluation_list.php @@ -276,7 +276,7 @@ if ($search_all) { } if (empty($permissiontoreadall)) { - $sql.= " AND t.fk_user IN(".implode(", ", $user->getAllChildIds(1)).") "; + $sql.= " AND t.fk_user IN(".$db->sanitize(implode(", ", $user->getAllChildIds(1))).") "; } //$sql.= dolSqlDateFilter("t.field", $search_xxxday, $search_xxxmonth, $search_xxxyear);