diff options
-rwxr-xr-x | inc/poche/Poche.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 779c04c2..baa08788 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -686,6 +686,7 @@ class Poche | |||
686 | setlocale(LC_ALL, $language); | 686 | setlocale(LC_ALL, $language); |
687 | bindtextdomain($language, LOCALE); | 687 | bindtextdomain($language, LOCALE); |
688 | textdomain($language); | 688 | textdomain($language); |
689 | bind_textdomain_codeset($language, 'UTF-8'); | ||
689 | 690 | ||
690 | $this->messages->add('s', _('welcome to your wallabag')); | 691 | $this->messages->add('s', _('welcome to your wallabag')); |
691 | Tools::logm('login successful'); | 692 | Tools::logm('login successful'); |