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