Skip to content
Snippets Groups Projects
Commit eb3e7866 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2280383 by andypost: Fixed settings.local.php after new bootstrap.

parent ab2df006
No related branches found
No related tags found
No related merge requests found
......@@ -621,6 +621,6 @@
*
* Keep this code block at the end of this file to take full effect.
*/
# if (file_exists(DRUPAL_ROOT . '/' . $conf_path . '/settings.local.php')) {
# include DRUPAL_ROOT . '/' . $conf_path . '/settings.local.php';
# if (file_exists(__DIR__ . '/settings.local.php')) {
# include __DIR__ . '/settings.local.php';
# }
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