Browse Source

new info button

andre 5 months ago
parent
commit
12478e836c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Client/Setting/Pages/Settings.php

+ 1 - 1
app/UI/Client/Setting/Pages/Settings.php

@@ -94,7 +94,7 @@ class Settings extends DataTable implements ClientArea
      * @param $row
      * @param $row
      * @return mixed
      * @return mixed
      */
      */
-    public function replaceFieldSelfdomain($key, $row)
+    public function replaceFieldSelfdns($key, $row)
     {
     {
         $field = new Hidden();
         $field = new Hidden();
         $field->addHtmlAttribute('display', 'none');
         $field->addHtmlAttribute('display', 'none');