소스 검색

test use sections

andre 3 달 전
부모
커밋
e9be97deff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/UI/Client/Setting/Sections/GeneralSection.php

+ 1 - 1
app/UI/Client/Setting/Sections/GeneralSection.php

@@ -62,7 +62,7 @@ class GeneralSection extends FreeFieldsSection
         $dkimname->addHtmlAttribute('readonly','true');
         $dkimname->setDescription('description');
 
-        $this->generateDoubleSection([$dkimname]);
+        $this->addField($dkimname);
 
         $dkimthurdata = new Text('dkimthurdata');
         $dkimthurdata->addHtmlAttribute('readonly','true');