diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-06-11 22:26:13 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-06-11 22:26:13 +0200 |
commit | 98da2bc5270255cce27ff273edf2d5c195731df9 (patch) | |
tree | 594683043683c68a76e7a5d30efb87d5424cdd6f | |
parent | c0d4c895a4b0c34a462d70cbb17385de772e4e90 (diff) | |
download | wallabag-98da2bc5270255cce27ff273edf2d5c195731df9.tar.gz wallabag-98da2bc5270255cce27ff273edf2d5c195731df9.tar.zst wallabag-98da2bc5270255cce27ff273edf2d5c195731df9.zip |
Fix #1215
-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'); |