Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
0ad22f5c
Commit
0ad22f5c
authored
Aug 23, 2012
by
catch
Browse files
Issue
#1730770
by sun: Fixed Drupal installer cannot be fully tested in a separate sub/multi-site.
parent
4da938a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/install.core.inc
View file @
0ad22f5c
...
...
@@ -250,6 +250,12 @@ function install_begin_request(&$install_state) {
exit
;
}
// Initialize conf_path().
// This primes the site path to be used during installation. By not requiring
// settings.php, a bare site folder can be prepared in the /sites directory,
// which will be used for installing Drupal.
conf_path
(
FALSE
);
drupal_bootstrap
(
DRUPAL_BOOTSTRAP_CONFIGURATION
);
// A request object from the HTTPFoundation to tell us about the request.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment