aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-06-11 22:26:13 +0200
committerThomas Citharel <tcit@tcit.fr>2015-06-11 22:26:13 +0200
commit98da2bc5270255cce27ff273edf2d5c195731df9 (patch)
tree594683043683c68a76e7a5d30efb87d5424cdd6f
parentc0d4c895a4b0c34a462d70cbb17385de772e4e90 (diff)
downloadwallabag-98da2bc5270255cce27ff273edf2d5c195731df9.tar.gz
wallabag-98da2bc5270255cce27ff273edf2d5c195731df9.tar.zst
wallabag-98da2bc5270255cce27ff273edf2d5c195731df9.zip
Fix #1215
-rwxr-xr-xinc/poche/Poche.class.php1
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');