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