module galerie: route index : correction URL
authorSébastien CHAZALLET <s.chazallet@gmail.com>
Fri, 2 Nov 2012 10:31:09 +0000 (11:31 +0100)
committerSébastien CHAZALLET <s.chazallet@gmail.com>
Fri, 2 Nov 2012 10:31:09 +0000 (11:31 +0100)
module/Galerie/config/module.config.php

index 18cffd3..c8d1b40 100644 (file)
@@ -27,7 +27,7 @@ return array(
             'galerie' => array(
                 'type'    => 'Literal',
                 'options' => array(
-                    'route'    => '/galerie',
+                    'route'    => '/galeries',
                     'defaults' => array(
                         '__NAMESPACE__' => 'Galerie\Controller',
                         'controller'    => 'Index',