Fixed profile language. Issue #11

This commit is contained in:
Dmitry Khomutov 2017-02-24 12:44:07 +07:00
commit e11a1cc3d3
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
2 changed files with 13 additions and 5 deletions

View file

@ -82,7 +82,7 @@ class UserService
if (!is_null($isAdmin)) {
$user->setIsAdmin(($isAdmin ? 1 : 0));
}
$user->setLanguage($language);
$user->setPerPage($perPage);