Loading core/modules/node/src/Plugin/migrate/source/d7/Node.php +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ public static function create(ContainerInterface $container, array $configuratio } /** * The join options between the node and the node_revisions table. * The join options between the node and the node_revision table. */ const JOIN = '[n].[vid] = [nr].[vid]'; Loading Loading
core/modules/node/src/Plugin/migrate/source/d7/Node.php +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ public static function create(ContainerInterface $container, array $configuratio } /** * The join options between the node and the node_revisions table. * The join options between the node and the node_revision table. */ const JOIN = '[n].[vid] = [nr].[vid]'; Loading