projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6031a4b
)
This may be called from the Registry ctor.
author
Jan Schneider
<jan@horde.org>
Wed, 18 Nov 2009 17:33:06 +0000
(18:33 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 18 Nov 2009 22:25:30 +0000
(23:25 +0100)
framework/Nls/lib/Horde/Nls.php
patch
|
blob
|
history
diff --git
a/framework/Nls/lib/Horde/Nls.php
b/framework/Nls/lib/Horde/Nls.php
index
dd1ba9f
..
65f7651
100644
(file)
--- a/
framework/Nls/lib/Horde/Nls.php
+++ b/
framework/Nls/lib/Horde/Nls.php
@@
-115,7
+115,7
@@
class Horde_Nls
if (isset($GLOBALS['language'])) {
if ($GLOBALS['language'] == $lang) {
return;
- } else {
+ } else
if (isset($GLOBALS['registry']))
{
$GLOBALS['registry']->clearCache();
}
}