فهرست منبع

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');