X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Flanguage%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2FLanguage.php;fp=web%2Fcore%2Fmodules%2Flanguage%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2FLanguage.php;h=8e62b239e819d68b2eb85b4169794aae46f73e5e;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=c2326752239353c88e26cbbbe22a8a4098175f12;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/modules/language/src/Plugin/migrate/source/Language.php b/web/core/modules/language/src/Plugin/migrate/source/Language.php index c23267522..8e62b239e 100644 --- a/web/core/modules/language/src/Plugin/migrate/source/Language.php +++ b/web/core/modules/language/src/Plugin/migrate/source/Language.php @@ -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); } }