This commit is contained in:
Frédéric FRANCE 2018-09-03 09:29:30 +02:00
parent b05c175a78
commit e0c1599bb1
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -81,7 +81,7 @@ if (function_exists('get_magic_quotes_gpc')) // magic_quotes_* deprecated in PHP
function test_sql_and_script_inject($val, $type)
{
// phpcs:enable
return $this->testSqlAndScriptInject($val, $type);
return testSqlAndScriptInject($val, $type);
}
/**