From 6f1c49383fb36f761a42742ecf7ce297f2b32b50 Mon Sep 17 00:00:00 2001 From: Damien LASSERRE Date: Tue, 6 Sep 2011 12:56:45 +0000 Subject: [PATCH] Mise a jours de giant majeur de giant ! --- application/controllers/GiantController.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/application/controllers/GiantController.php b/application/controllers/GiantController.php index eb1dde373..bbafe3c7b 100644 --- a/application/controllers/GiantController.php +++ b/application/controllers/GiantController.php @@ -159,4 +159,9 @@ class GiantController extends Zend_Controller_Action $this->view->report = $fiche; $this->view->Type = $this->getRequest()->getParam('Type'); } + + public function investigationAction() + { + + } } \ No newline at end of file