mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Use Doctrine DBAL instead of custom connection
This commit is contained in:
@@ -70,7 +70,7 @@ class module_console_sphinxGenerateSuggestion extends Command
|
||||
}
|
||||
|
||||
try {
|
||||
$connbas = connection::getPDOConnection($this->container, $sbas_id);
|
||||
$connbas = $databox->get_connection()->connect();
|
||||
} catch (\Exception $e) {
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user