From 74187e5e350313ef96e983cc6a41dce6403a683b Mon Sep 17 00:00:00 2001 From: Damien LASSERRE Date: Tue, 6 Mar 2012 13:15:01 +0000 Subject: [PATCH] =?UTF-8?q?premi=C3=A9re=20beta=20affichage=20des=20crit?= =?UTF-8?q?=C3=A8res.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/modules/frontend/controllers/IndexController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/modules/frontend/controllers/IndexController.php b/application/modules/frontend/controllers/IndexController.php index f348065c..cbe672ea 100644 --- a/application/modules/frontend/controllers/IndexController.php +++ b/application/modules/frontend/controllers/IndexController.php @@ -24,8 +24,10 @@ Class IndexController extends Libs_Controller { $this->_helper->layout()->disableLayout(); require_once 'Scores/SessionCiblage.php'; + require_once 'Scores/Field.php'; $session = new SessionCiblage(); + $this->view->field = new Fields(); $this->view->criteres = $session->getCriteres(); }