Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Sep 3, 2018
1 parent b05c175 commit e0c1599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/main.inc.php
Expand Up @@ -81,7 +81,7 @@ function stripslashes_deep($value)
function test_sql_and_script_inject($val, $type)
{
// phpcs:enable
return $this->testSqlAndScriptInject($val, $type);
return testSqlAndScriptInject($val, $type);
}

/**
Expand Down

0 comments on commit e0c1599

Please sign in to comment.