Update to Drupal 8.1.2. For more information, see https://www.drupal.org/project/drupal/releases/8.1.2
This commit is contained in:
parent
9eae24d844
commit
28556d630e
1322 changed files with 6699 additions and 2064 deletions
|
|
@ -1372,7 +1372,7 @@ function install_retrieve_file($uri, $destination) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Checks if the localization server can be contacted.
|
||||
* Checks if the localization server can be contacted.
|
||||
*
|
||||
* @param string $uri
|
||||
* The URI to contact.
|
||||
|
|
@ -1595,7 +1595,7 @@ function install_download_additional_translations_operations(&$install_state) {
|
|||
// should download/import translations.
|
||||
$languages = \Drupal::languageManager()->getLanguages();
|
||||
$operations = array();
|
||||
foreach($languages as $langcode => $language) {
|
||||
foreach ($languages as $langcode => $language) {
|
||||
// The installer language was already downloaded. Check downloads for the
|
||||
// other languages if any. Ignore any download errors here, since we
|
||||
// are in the middle of an install process and there is no way back. We
|
||||
|
|
|
|||
Reference in a new issue