Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
b8641473
Commit
b8641473
authored
Aug 22, 2012
by
Angie Byron
Browse files
Issue
#1280996
follow-up by vasi1186: Fix typo in comment.
parent
78c706f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/language/language.module
View file @
b8641473
...
...
@@ -188,7 +188,7 @@ function language_element_info_alter(&$type) {
* The processed form element.
*/
function
language_process_language_select
(
$element
)
{
// Don't set the options if another module(translation for example) already
// Don't set the options if another module
(translation for example) already
// set the options.
if
(
!
isset
(
$element
[
'#options'
]))
{
$element
[
'#options'
]
=
array
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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