X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Flocale%2Flocale.compare.inc;h=f6b79f42ec5e89d790f0fabfccf0d596084512b0;hb=9424afc6c1f518c301bf87a23c047d1873435d05;hp=c66af14108e3ef2cee085ac7e35f22259b9350e6;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/locale/locale.compare.inc b/web/core/modules/locale/locale.compare.inc index c66af1410..f6b79f42e 100644 --- a/web/core/modules/locale/locale.compare.inc +++ b/web/core/modules/locale/locale.compare.inc @@ -161,7 +161,7 @@ function locale_translation_default_translation_server() { // An additional check is required here. During the upgrade process // \Drupal::config()->get() returns NULL. We use the defined value as // fallback. - $pattern = $pattern ? $pattern : LOCALE_TRANSLATION_DEFAULT_SERVER_PATTERN; + $pattern = $pattern ? $pattern : LOCALE_TRANSLATION_DEFAULT_SERVER_PATTERN; return [ 'pattern' => $pattern,