itizawa 6 лет назад
Родитель
Сommit
8b13c9e5b0
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/server/service/global-notification/global-notification-mail.js

+ 1 - 0
src/server/service/global-notification/global-notification-mail.js

@@ -11,6 +11,7 @@ class GlobalNotificationMailService {
     this.mailer = crowi.getMailer();
     this.mailer = crowi.getMailer();
     this.type = crowi.model('GlobalNotificationSetting').TYPE.MAIL;
     this.type = crowi.model('GlobalNotificationSetting').TYPE.MAIL;
     this.event = crowi.model('GlobalNotificationSetting').EVENT;
     this.event = crowi.model('GlobalNotificationSetting').EVENT;
+    this.defaultLang = crowi.configManager.getConfig('crowi', 'app:globalLang');
   }
   }
 
 
   /**
   /**