mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix: Mail summaries sent in incorrect language
This commit is contained in:
parent
90896d827b
commit
06c990347c
@ -50,6 +50,8 @@ class I18N extends \yii\i18n\I18N
|
||||
|
||||
if (!empty($user->language)) {
|
||||
Yii::$app->language = $user->language;
|
||||
} else {
|
||||
$this->setDefaultLocale();
|
||||
}
|
||||
|
||||
if (!($user->time_zone)) {
|
||||
|
@ -19,6 +19,7 @@ HumHub Change Log
|
||||
- Enh: Moved all default `WallEntryControls` to `WallEntry:getContextMenu()` widget.
|
||||
- Fix: Connect google OAuth under `Profile Settings -> Connected Accounts` throws invalid redirect uri.
|
||||
- Fix: Invite Users does not respect ManageUsers/ManageGroups permission
|
||||
- Fix: Mail summaries sent in incorrect language
|
||||
|
||||
1.2.0 (April 16, 2017)
|
||||
--------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user