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

[ticket/16741] Fix tests

PHPBB3-16741
This commit is contained in:
Máté Bartus
2021-12-05 22:30:59 +01:00
parent 59ca29232a
commit d4b8a48f11

View File

@@ -70,7 +70,7 @@ class sqlsrv_platform extends SQLServer2012Platform
$phpbb_names[] = $diff->name;
// NEW Table name if relevant
if ($diff->getNewName())
if ($diff->getNewName() !== false)
{
$doctrine_names[] = $this->generate_doctrine_identifier_name($diff->getNewName()->getName());
$phpbb_names[] = $diff->getNewName()->getName();