浏览代码

add forward section

andre 1 年之前
父节点
当前提交
efaab56534
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/UI/Client/EmailAccount/Sections/EditForwardSection.php

+ 2 - 2
app/UI/Client/EmailAccount/Sections/EditForwardSection.php

@@ -18,8 +18,8 @@ use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Checkbox;
  */
 class EditForwardSection extends FreeFieldsSection
 {
-    protected $id   = 'editAdditionalSection';
-    protected $name = 'editAdditionalSection';
+    protected $id   = 'editForwardSection';
+    protected $name = 'editForwardSection';
 
     use FormExtendedTrait;