From e7bf475c13472113aca27f2532cb55572279185f Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20CHAZALLET?= Date: Fri, 2 Nov 2012 15:32:33 +0100 Subject: [PATCH] Module galerie: modification des routes --- module/Galerie/config/module.config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/Galerie/config/module.config.php b/module/Galerie/config/module.config.php index 2b3bc66..4988728 100644 --- a/module/Galerie/config/module.config.php +++ b/module/Galerie/config/module.config.php @@ -51,7 +51,7 @@ return array( 'edit' => array( 'type' => 'Segment', 'options' => array( - 'route' => '/edition/:id', + 'route' => '/editer/:id', 'constraints' => array( 'id' => '[1-9][0-9]*', ), @@ -64,7 +64,7 @@ return array( 'del' => array( 'type' => 'Segment', 'options' => array( - 'route' => '/suppression/:id', + 'route' => '/supprimer/:id', 'constraints' => array( 'id' => '[1-9][0-9]*', ), -- 1.7.10.4