Explorar el Código

new info button

andre hace 6 meses
padre
commit
218ff71ec5
Se han modificado 1 ficheros con 1 adiciones y 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 '';
     }
 
     /**