[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) catch (Exception $e)
{ {
return false; return $e->getMessage();
} }
} }