Skip to content
Snippets Groups Projects
Commit 3b2968da authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #843656 by Pasqualle: duplicated code line. Easiest patch of the day.

parent c0ca1e45
No related branches found
No related tags found
No related merge requests found
......@@ -1548,7 +1548,6 @@ function install_check_requirements($install_state) {
// Check to make sure a settings.php already exists.
$file = $settings_file;
if (drupal_verify_install_file($settings_file, FILE_EXIST)) {
$exists = TRUE;
// If it does, make sure it is writable.
$writable = drupal_verify_install_file($settings_file, FILE_READABLE|FILE_WRITABLE);
$exists = TRUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment