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