mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 18:59:04 +02:00
Database: Add missing param to the func callback
This commit is contained in:
parent
5313dfa345
commit
fbd2192ddc
@ -47,7 +47,7 @@ trait Database
|
||||
|
||||
$conn = new Connection($config);
|
||||
if ($conn->getAdapter() instanceof Pgsql) {
|
||||
$valuesTransformer = function (&$values) {
|
||||
$valuesTransformer = function (&$sql, &$values) {
|
||||
DBUtils::transformValues($values);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user