Commit c7533e46362e41d632dbc5c2e47ad756a9a5ce3a
1 parent
5f63e9e9f5
Exists in
master
habia un erroren el direccionamiento al mostrar la miniatura de la imagen del asceno a asistente
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/AppBundle/Controller/AdscripcionController.php
@@ -131,7 +131,7 @@ class AdscripcionController extends Controller | @@ -131,7 +131,7 @@ class AdscripcionController extends Controller | ||
131 | $this->container->getParameter('ascenso_directory'), | 131 | $this->container->getParameter('ascenso_directory'), |
132 | $nombreAsistente | 132 | $nombreAsistente |
133 | ); | 133 | ); |
134 | - thumbnail($nombreAsistente, $this->container->getParameter('ascenso_directory'), $this->container->getParameter('adscripcion_thumb_directory')); | 134 | + thumbnail($nombreAsistente, $this->container->getParameter('ascenso_directory'), $this->container->getParameter('ascenso_thumb_directory')); |
135 | $adscripcion->setAsistente($nombreAsistente); | 135 | $adscripcion->setAsistente($nombreAsistente); |
136 | 136 | ||
137 | 137 |