diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc index 5342dca..f9caf9d 100644 --- a/core/includes/install.core.inc +++ b/core/includes/install.core.inc @@ -2004,7 +2004,6 @@ function install_profile_modules(&$install_state) { $batch = array( 'operations' => $operations, - //'title' => t('Installing @drupal', array('@drupal' => drupal_install_profile_distribution_name())), 'title' => $title, 'error_message' => t('The installation has encountered an error.'), 'finished' => '_install_profile_modules_finished', @@ -2809,4 +2808,4 @@ function _install_get_task_progress_indicator($install_state) { $current_task = $install_state['active_task']; return (1 + array_search($current_task, $tasks)); -} \ No newline at end of file +}