diff --git a/src/Table/TableMover.php b/src/Table/TableMover.php index 4c028e6ff9..a1be4ee3ee 100644 --- a/src/Table/TableMover.php +++ b/src/Table/TableMover.php @@ -72,7 +72,15 @@ class TableMover $this->dbi->selectDb($targetDb); if ($what !== MoveScope::DataOnly) { - $maintainRelations = $this->handleStructureCreation($sourceTable, $sourceDb, $targetDb, $targetTable, $addDropIfExists, $what, $mode); + $maintainRelations = $this->handleStructureCreation( + $sourceTable, + $sourceDb, + $targetDb, + $targetTable, + $addDropIfExists, + $what, + $mode, + ); } else { $GLOBALS['sql_query'] = ''; }