andre 1 год назад
Родитель
Сommit
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;