X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fdraggableviews%2Fsrc%2FPlugin%2Fmigrate%2Fdestination%2FDraggableViews.php;fp=web%2Fmodules%2Fcontrib%2Fdraggableviews%2Fsrc%2FPlugin%2Fmigrate%2Fdestination%2FDraggableViews.php;h=1dfac33d35ba4d0dfe42ac6e5312ea9baa9b9016;hp=92f5e9f04af4d6d89ffa87e459564b51e9929d80;hb=059867c3f96750652c80f39e44c442a58c2549ee;hpb=f8fc16ae6b862bef59baaad5d051dd37b7ff11b2 diff --git a/web/modules/contrib/draggableviews/src/Plugin/migrate/destination/DraggableViews.php b/web/modules/contrib/draggableviews/src/Plugin/migrate/destination/DraggableViews.php index 92f5e9f04..1dfac33d3 100644 --- a/web/modules/contrib/draggableviews/src/Plugin/migrate/destination/DraggableViews.php +++ b/web/modules/contrib/draggableviews/src/Plugin/migrate/destination/DraggableViews.php @@ -1,10 +1,5 @@ $row->getDestinationProperty('parent'), ]; $result = Database::getConnection()->insert('draggableviews_structure')->fields($record)->execute(); - return array($result); + return [$result]; } /**