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
f72f1e81
Commit
f72f1e81
authored
Dec 04, 2014
by
catch
Browse files
Issue
#2385545
by alexpott: Installer can generate unthemed pages
parent
a029bf53
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/install.core.inc
View file @
f72f1e81
...
...
@@ -485,6 +485,11 @@ function install_run_tasks(&$install_state) {
$install_state
[
'active_task'
]
=
$task_name
;
$original_parameters
=
$install_state
[
'parameters'
];
$output
=
install_run_task
(
$task
,
$install_state
);
// Ensure the maintenance theme is initialized. If the install task has
// rebuilt the container the active theme will not be set. This can occur if
// the task has installed a module.
drupal_maintenance_theme
();
$install_state
[
'parameters_changed'
]
=
(
$install_state
[
'parameters'
]
!=
$original_parameters
);
// Store this task as having been performed during the current request,
// and save it to the database as completed, if we need to and if the
...
...
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