瀏覽代碼

- Fix: When saving Admin Panel / Layout, save also SMTP settings.

Thanks to xet7 !
Lauri Ojansivu 6 年之前
父節點
當前提交
f0232fb5cb
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      client/components/settings/settingBody.js

+ 2 - 0
client/components/settings/settingBody.js

@@ -155,6 +155,8 @@ BlazeComponent.extendComponent({
       this.setLoading(false);
     }
 
+    saveMailServerInfo();
+
   },
 
   sendSMTPTestEmail() {