Browse Source

new settings section

andre 5 tháng trước cách đây
mục cha
commit
57ef89eea3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/UI/Client/Setting/Pages/Settings.php

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

@@ -74,7 +74,7 @@ class Settings extends DataTable implements ClientArea
      * @param $row
      * @return mixed
      */
-    public function replaceFieldStatus($key, $row)
+    public function replaceFieldSelfdns($key, $row)
     {
         $status = self::STATUS_LABEL[$row[$key]] ? self::STATUS_LABEL[$row[$key]] : self::STATUS_LABEL['default'];
         $label = di('lang')->absoluteT('kerio','account','status',$row[$key]);