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
d96020c0
Commit
d96020c0
authored
Sep 15, 2014
by
Alex Pott
Browse files
Issue
#2337827
by colbol, cilefen | YesCT: Language locked is a boolean, use TRUE FALSE not 0.
parent
51a27d10
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Language/Language.php
View file @
d96020c0
...
...
@@ -26,7 +26,7 @@ class Language implements LanguageInterface {
'name'
=>
'English'
,
'direction'
=>
self
::
DIRECTION_LTR
,
'weight'
=>
0
,
'locked'
=>
0
,
'locked'
=>
FALSE
,
'default'
=>
TRUE
,
);
...
...
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