Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
9b43f559
Commit
9b43f559
authored
Jul 27, 2012
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#1700996
by droplet: undefined variable: file install.core.inc:1302.
parent
06aa2fac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/includes/install.core.inc
core/includes/install.core.inc
+1
-1
No files found.
core/includes/install.core.inc
View file @
9b43f559
...
...
@@ -1298,7 +1298,7 @@ function install_select_language(&$install_state) {
}
// One language, but not an interactive installation. Assume the user
// knows what he is doing.
$
langcod
e
=
current
(
$files
);
$
fil
e
=
current
(
$files
);
$install_state
[
'parameters'
][
'langcode'
]
=
$file
->
langcode
;
return
;
}
...
...
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