Prueba de logs

parent 04557549
...@@ -151,7 +151,7 @@ class DefaultController extends Controller { ...@@ -151,7 +151,7 @@ class DefaultController extends Controller {
$uploadDir = $this->getParameter('upload_dir'); $uploadDir = $this->getParameter('upload_dir');
$idNutrapharm = explode("@", $usuario->getUnuCorreo())[0] . $usuario->getUnuId(); $idNutrapharm = explode("@", $usuario->getUnuCorreo())[0] . $usuario->getUnuId();
$usuario->setUnuPathFotoFinal($uploadDir . '/' . $idNutrapharm . "_comparacion"); $usuario->setUnuPathFotoFinal($uploadDir . '/' . $idNutrapharm . "_final");
if ($uploadFile == 1) { if ($uploadFile == 1) {
......
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