Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / language / src / Plugin / migrate / source / Language.php
index c2326752239353c88e26cbbbe22a8a4098175f12..8e62b239e819d68b2eb85b4169794aae46f73e5e 100644 (file)
@@ -66,7 +66,7 @@ class Language extends DrupalSqlBase {
       // when the 'language_negotiation' variable is set to '3', and in D7, when
       // the 'locale_language_negotiation_url_part' variable is set to '1'.
       if ($this->variableGet('language_negotiation', 0) == 3 || $this->variableGet('locale_language_negotiation_url_part', 0) == 1) {
-        $row->setSourceProperty('domain_negotiation', TRUE);
+        $row->setSourceProperty('domain_negotiation_used', TRUE);
       }
     }