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
b9a8a844
Commit
b9a8a844
authored
Sep 24, 2012
by
webchick
Browse files
Issue
#1215104
follow-up by chx: Fix unset of global variable.
parent
1377aaef
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/install.core.inc
View file @
b9a8a844
...
...
@@ -101,7 +101,7 @@ function install_drupal($settings = array()) {
// @see drupal_installation_attempted()
$state
=
$install_state
;
if
(
!
empty
(
$install_state
[
'installation_finished'
]))
{
unset
(
$install_state
);
unset
(
$
GLOBALS
[
'
install_state
'
]
);
}
// All available tasks for this page request are now complete. Interactive
...
...
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