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
2f42adf4
Commit
2f42adf4
authored
Jul 26, 2012
by
dawehner
Committed by
tim.plunkett
Oct 21, 2012
Browse files
fix views_get_localization_plugin
parent
5a3629df
Changes
1
Hide whitespace changes
Inline
Side-by-side
views.module
View file @
2f42adf4
...
...
@@ -1353,10 +1353,10 @@ function views_get_localization_plugin() {
// Provide sane default values for the localization plugin.
if
(
empty
(
$plugin
))
{
if
(
module_exists
(
'locale'
))
{
$plugin
=
'
c
ore'
;
$plugin
=
'
C
ore'
;
}
else
{
$plugin
=
'
n
one'
;
$plugin
=
'
N
one'
;
}
}
...
...
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