Browse Source

fix typo (#7866)

pull/7844/head
johndoh 5 years ago
committed by GitHub
parent
commit
2d38d6e30b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      program/lib/Roundcube/rcube.php

2
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'];
}

Loading…
Cancel
Save