From e0c1599bb10e24811a16a24e1ce824f50e88c0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 3 Sep 2018 09:29:30 +0200 Subject: [PATCH] whoops --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index a3843874b44..ffd0dd90618 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -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); } /**