mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16741] Fix tests
PHPBB3-16741
This commit is contained in:
parent
59ca29232a
commit
d4b8a48f11
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue