projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
175fa4c
)
Fix typo (Bug #9107).
author
Jan Schneider
<jan@horde.org>
Thu, 24 Jun 2010 11:51:57 +0000
(13:51 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 24 Jun 2010 11:51:57 +0000
(13:51 +0200)
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
0772cc3
..
081da8b
100644
(file)
--- a/
framework/Nls/lib/Horde/Nls.php
+++ b/
framework/Nls/lib/Horde/Nls.php
@@
-74,7
+74,7
@@
class Horde_Nls
if (!isset($partial_lang)) {
$ll_LL = Horde_String::lower(substr($lang, 0, 2)) . '_' . Horde_String::upper(substr($lang, 0, 2));
if (self::isValid($ll_LL)) {
- $partial_lan = $ll_LL;
+ $partial_lan
g
= $ll_LL;
} else {
$ll = self::_map(substr($lang, 0, 2));
if (self::isValid($ll)) {