1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16741] Debug SQLServer Tests

PHPBB3-16741
This commit is contained in:
Máté Bartus
2021-12-05 19:04:36 +01:00
parent e93c914da3
commit a663a6c394

View File

@@ -483,7 +483,7 @@ class doctrine implements tools_interface
}
catch (Exception $e)
{
return false;
return $e->getMessage();
}
}