Contrôleur Galerie/index: changement sémantique
[zf2.biz/galerie.git] / module / Galerie / src / Galerie / Controller / IndexController.php
index 2f28c98..0d7be64 100644 (file)
@@ -34,7 +34,7 @@ class IndexController extends AbstractActionController
     public function indexAction() 
     { 
         return new ViewModel(array(
-            'all' => $this->_getGalerieInfoTable()->all(),
+            'galeries' => $this->_getGalerieInfoTable()->all(),
         )); 
     }