mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
fix flash message
This commit is contained in:
parent
19cb2f6458
commit
b9257d34fd
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class PublicController extends AbstractController
|
|||
{
|
||||
$place = $this->entityManager->getRepository(Place::class)->findOneBy(['uuid_for_url' => $uuid]);
|
||||
if (!$place) {
|
||||
$this->addFlash('warning', 'Ce lien de modification n\'existe pas.'+$uuid);
|
||||
$this->addFlash('warning', 'Ce lien de modification n\'existe pas.'.$uuid);
|
||||
return $this->redirectToRoute('app_public_index');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue