|
|
@@ -36,7 +36,7 @@ class InfoForm extends SortedFieldForm implements ClientArea
|
|
|
$message = 'DNS Informations for <b id="infoalertmaildomain" class="lu-alert--lg"></b>
|
|
|
<div id="addalertheader" class="lu-alert--lg"></div>';
|
|
|
$section = new GeneralSection();
|
|
|
- $sectionaddInternalAlert($message, null, 100);
|
|
|
+ $section->addInternalAlert($message, null, 100);
|
|
|
$this->addSection($section);
|
|
|
$this->addSection(new AdditionalSection());
|
|
|
|