Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / language / src / Plugin / migrate / process / LanguageDomains.php
index 2fcf7d75966e930680bf273e2469f294a28ea8b8..6a3b89e8886985b0f5411fa366f984a247c32207 100644 (file)
@@ -20,7 +20,7 @@ class LanguageDomains extends ArrayBuild {
    * {@inheritdoc}
    */
   public function transform($value, MigrateExecutableInterface $migrate_executable, Row $row, $destination_property) {
-    if ($row->getSourceProperty('domain_negotiation')) {
+    if ($row->getSourceProperty('domain_negotiation_used')) {
       global $base_url;
 
       foreach ($value as $old_key => $old_value) {