From 71ceacb79b27a2a3f1da95a3220fc2b6a804138c Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 11 Oct 2020 18:02:27 +0200 Subject: [PATCH] Fix a coding standard issue Signed-off-by: William Desportes --- transformation_wrapper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/transformation_wrapper.php b/transformation_wrapper.php index 4f7dbf0358..03c4a31c94 100644 --- a/transformation_wrapper.php +++ b/transformation_wrapper.php @@ -74,7 +74,6 @@ foreach ($request_params as $one_request_param) { */ $dbi->selectDb($db); if (isset($where_clause)) { - if (! Core::checkSqlQuerySignature($where_clause, isset($_GET['where_clause_sign']) ? $_GET['where_clause_sign'] : '')) { /* l10n: In case a SQL query did not pass a security check */ Core::fatalError(__('There is an issue with your request.'));