Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / link / src / Plugin / migrate / field / d7 / LinkField.php
index 4e78ee51dfa390cbd4690d6b0c14e13c5e2d0d89..bb71418aba49903fba2702fad1a5902b0003969d 100644 (file)
@@ -34,7 +34,7 @@ class LinkField extends D6LinkField {
   public function processFieldInstance(MigrationInterface $migration) {
     $process = [
       'plugin' => 'static_map',
-      'source' => 'instance_settings/title',
+      'source' => 'settings/title',
       'bypass' => TRUE,
       'map' => [
         'disabled' => DRUPAL_DISABLED,