johndoh
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
program/lib/Roundcube/rcube.php
|
|
@ -586,7 +586,7 @@ class rcube |
|
|
|
if (isset($attrib[$slang])) { |
|
|
|
$this->texts[$name] = $attrib[$slang]; |
|
|
|
} |
|
|
|
if ($slang != 'en_us' && isset($attrib['en_us'])) { |
|
|
|
else if ($slang != 'en_us' && isset($attrib['en_us'])) { |
|
|
|
$this->texts[$name] = $attrib['en_us']; |
|
|
|
} |
|
|
|
|
|
|
|