diff --git a/core/modules/system/src/Controller/BatchController.php b/core/modules/system/src/Controller/BatchController.php index b17d26c..35f9c3d 100644 --- a/core/modules/system/src/Controller/BatchController.php +++ b/core/modules/system/src/Controller/BatchController.php @@ -86,7 +86,6 @@ public function batchPage(Request $request) { drupal_set_page_content($output); $page = element_info('page'); $page['#show_messages'] = FALSE; - $page['#title'] = $output['#title']; $page = $this->render($page); diff --git a/core/modules/system/system.routing.yml b/core/modules/system/system.routing.yml index 8c1641d..62fa09f 100644 --- a/core/modules/system/system.routing.yml +++ b/core/modules/system/system.routing.yml @@ -402,7 +402,6 @@ system.batch_page.json: path: '/batch' defaults: _controller: '\Drupal\system\Controller\BatchController::batchPage' - _title_callback: '\Drupal\system\Controller\BatchController::batchPageTitle' requirements: _access: 'TRUE' _format: 'json'