Actualizacion

parent 52cf2786
...@@ -108,7 +108,7 @@ class DefaultController extends Controller { ...@@ -108,7 +108,7 @@ class DefaultController extends Controller {
$tipo = $request->get("tipoUsuarioFormulario", null); $tipo = $request->get("tipoUsuarioFormulario", null);
if($tipo == UsuarioNutrapharm::ESTADO_FOTO_INICIAL || $tipo == UsuarioNutrapharm::ESTADO_FOTO_ACTUALIZADA){ if($tipo == UsuarioNutrapharm::ESTADO_FOTO_INICIAL || $tipo == UsuarioNutrapharm::ESTADO_FOTO_ACTUALIZADA){
$nombre = $request->get("nombreUsuario", null); $nombre = $request->get("nombreUsuario", null);
$correo = $request->get("mailUsuario", null); $correo = strtolower($request->get("mailUsuario", null));
}else{ }else{
$nombre = "Dummy"; $nombre = "Dummy";
$correo = "no@mail.cl"; $correo = "no@mail.cl";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment