Prueba de logs

parent f1904d50
......@@ -37,13 +37,8 @@ class DefaultController extends Controller {
$id = $idPersona;
}
if($reset == 1){
return $this->render('producto/landing_producto.html.twig', array("idp" => "none", "fa" => 1));
}
return $this->render('producto/landing_producto.html.twig', array("idp" => $id, "fa" => $firstAttempt));
return $this->render('producto/landing_producto.html.twig', array("idp" => $id, "fa" => $firstAttempt, "r" => $reset));
}
public function uploadAction(Request $request) {
......
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