mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:38:53 +00:00
Compare commits
1 commit
2e07320332
...
7227649273
Author | SHA1 | Date | |
---|---|---|---|
|
7227649273 |
2 changed files with 1 additions and 2 deletions
|
@ -478,7 +478,7 @@ class doctrine implements tools_interface
|
||||||
catch (Exception $e)
|
catch (Exception $e)
|
||||||
{
|
{
|
||||||
// @todo: check if it makes sense to properly handle the exception
|
// @todo: check if it makes sense to properly handle the exception
|
||||||
return $e->getMessage();
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -405,7 +405,6 @@ class database
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if database version is supported
|
// Check if database version is supported
|
||||||
/** @psalm-suppress UndefinedInterfaceMethod */
|
|
||||||
$db_server_version = $doctrine_db->getWrappedConnection()->getServerVersion();
|
$db_server_version = $doctrine_db->getWrappedConnection()->getServerVersion();
|
||||||
switch ($dbms)
|
switch ($dbms)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue