diff --git a/core/modules/locale/lib/Drupal/locale/Controller/LocaleController.php b/core/modules/locale/lib/Drupal/locale/Controller/LocaleController.php index 7fe3baf..6649493 100644 --- a/core/modules/locale/lib/Drupal/locale/Controller/LocaleController.php +++ b/core/modules/locale/lib/Drupal/locale/Controller/LocaleController.php @@ -61,7 +61,7 @@ public function checkTranslation() { // Execute a batch if required. A batch is only used when remote files // are checked. if (batch_get()) { - batch_process('admin/reports/translations'); + return batch_process('admin/reports/translations'); } return new RedirectResponse(url('admin/reports/translations', array('absolute' => TRUE)));