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
46295c43
Commit
46295c43
authored
Jul 19, 2006
by
drumm
Browse files
#71625
by keve, fix checking of an object exists.
parent
e616f2b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/locale/locale.module
View file @
46295c43
...
...
@@ -178,7 +178,7 @@ function locale($string) {
if
(
!
isset
(
$locale_t
))
{
$cache
=
cache_get
(
"locale:
$locale
"
);
if
(
$cache
==
0
)
{
if
(
!
$cache
)
{
locale_refresh_cache
();
$cache
=
cache_get
(
"locale:
$locale
"
);
}
...
...
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