andre 5 месяцев назад
Родитель
Сommit
ec97453caf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/UI/Client/Setting/Forms/InfoForm.php

+ 1 - 1
app/UI/Client/Setting/Forms/InfoForm.php

@@ -71,7 +71,7 @@ class InfoForm extends BaseForm implements ClientArea
         $row->addInputAddon('', false, '⇔');
         $row->addInputComponent((new InputGroupElements\Text('dkim'))->addHtmlAttribute('readonly','true'));
         $this->addSection($row);
-        $this->generateDoubleSection([new Hidden('maildomain'), new Hidden('id')]);
+        $this->generateDoubleSection([new Hidden('infomaildomain'), new Hidden('id')]);
         $this->generateDoubleSection([new Hidden('selfdns'), new Hidden('dnsok')]);
 
     }