diff --git a/core/modules/locale/lib/Drupal/locale/Form/TranslationStatusForm.php b/core/modules/locale/lib/Drupal/locale/Form/TranslationStatusForm.php index 2736f16..180b49c 100644 --- a/core/modules/locale/lib/Drupal/locale/Form/TranslationStatusForm.php +++ b/core/modules/locale/lib/Drupal/locale/Form/TranslationStatusForm.php @@ -72,7 +72,7 @@ public function buildForm(array $form, array &$form_state) { $this->moduleHandler->loadInclude('locale', 'compare.inc'); $languages = locale_translatable_language_list(); - $status = $this->state->get('locale.translation_status'); + $status = locale_translation_get_status(); $options = array(); $languages_update = array(); $languages_not_found = array();