Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
315
Merge Requests
315
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
f72f1e81
Commit
f72f1e81
authored
Dec 04, 2014
by
catch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2385545
by alexpott: Installer can generate unthemed pages
parent
a029bf53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
core/includes/install.core.inc
core/includes/install.core.inc
+5
-0
No files found.
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