diff core/modules/config/src/Form/ConfigSync.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 1fec387a4317
children 129ea1e6d783
line wrap: on
line diff
--- a/core/modules/config/src/Form/ConfigSync.php	Thu Apr 26 11:26:54 2018 +0100
+++ b/core/modules/config/src/Form/ConfigSync.php	Tue Jul 10 15:07:59 2018 +0100
@@ -342,7 +342,6 @@
           'init_message' => t('Starting configuration synchronization.'),
           'progress_message' => t('Completed step @current of @total.'),
           'error_message' => t('Configuration synchronization has encountered an error.'),
-          'file' => __DIR__ . '/../../config.admin.inc',
         ];
         foreach ($sync_steps as $sync_step) {
           $batch['operations'][] = [[get_class($this), 'processBatch'], [$config_importer, $sync_step]];