Merge pull request #1217 from wallabag/fix-#1215

Fix #1215
This commit is contained in:
Nicolas Lœuillet 2015-06-12 06:38:45 +02:00
commit 3d8d7da614

View file

@ -686,6 +686,7 @@ class Poche
setlocale(LC_ALL, $language);
bindtextdomain($language, LOCALE);
textdomain($language);
bind_textdomain_codeset($language, 'UTF-8');
$this->messages->add('s', _('welcome to your wallabag'));
Tools::logm('login successful');