Switch to built in PDO driver
[MAILPOET-3658]
This commit is contained in:
committed by
Veljko V
parent
c9603b76dc
commit
8af9b412ad
@@ -17,6 +17,6 @@ class DatabaseInitializer {
|
||||
|
||||
// pass the same PDO connection to legacy Database object
|
||||
$database = new Database();
|
||||
$database->init($connection->getWrappedConnection()->getConnection());
|
||||
$database->init($connection->getWrappedConnection());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user