diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-07 18:05:33 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-07 18:05:33 -0400 |
commit | 55ee906ba36cf66c3a390c98dde75e241de26e65 (patch) | |
tree | ed4e5419bb6254c97d63d6a5cab5ab74536201a0 /app/Model/UserNotification.php | |
parent | aac11a609c58ec8356e1ca479da456876034b06c (diff) |
Added support for language LDAP attribute
Diffstat (limited to 'app/Model/UserNotification.php')
-rw-r--r-- | app/Model/UserNotification.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/UserNotification.php b/app/Model/UserNotification.php index 7795da2e..fcd1761b 100644 --- a/app/Model/UserNotification.php +++ b/app/Model/UserNotification.php @@ -54,7 +54,7 @@ class UserNotification extends Base } // Restore locales - $this->config->setupTranslations(); + $this->language->loadCurrentLanguage(); } /** |