diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-06-12 06:38:45 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-06-12 06:38:45 +0200 |
commit | 3d8d7da6145de23245f59f41b1abada60ad6bed4 (patch) | |
tree | 594683043683c68a76e7a5d30efb87d5424cdd6f | |
parent | c0d4c895a4b0c34a462d70cbb17385de772e4e90 (diff) | |
parent | 98da2bc5270255cce27ff273edf2d5c195731df9 (diff) | |
download | wallabag-3d8d7da6145de23245f59f41b1abada60ad6bed4.tar.gz wallabag-3d8d7da6145de23245f59f41b1abada60ad6bed4.tar.zst wallabag-3d8d7da6145de23245f59f41b1abada60ad6bed4.zip |
Merge pull request #1217 from wallabag/fix-#1215
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'); |