Sfoglia il codice sorgente

add forward section

andre 1 anno fa
parent
commit
efaab56534

+ 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;