소스 검색

test use sections

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

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

@@ -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());