Unverified Commit e6f3c8d0 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3108803 by k4v, ifrik, Gogowitsch: Error "default.settings.php should...

Issue #3108803 by k4v, ifrik, Gogowitsch: Error "default.settings.php should not be changed" during install

(cherry picked from commit f7d7c625)
parent 9664d378
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2099,7 +2099,7 @@ function install_check_requirements($install_state) {
        'title' => $default_file_info['title_default'],
        'value' => $default_file_info['description_default'],
        'severity' => REQUIREMENT_ERROR,
        'description' => t('The @drupal installer requires that the %default-file file not be modified in any way from the original download.', [
        'description' => t('The @drupal installer requires that the %default-file file must not be deleted or modified from the original download.', [
            '@drupal' => drupal_install_profile_distribution_name(),
            '%default-file' => $default_file,
          ]),