Explorar o código

new info button

andre hai 6 meses
pai
achega
218ff71ec5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
      */
     public function replaceFieldSelfdns($key, $row)
     {
-        return $row[$key] ? $row[$key] : '';
+        return '';
     }
 
     /**