Mise a jours de giant majeur de giant !

This commit is contained in:
Damien LASSERRE 2011-09-06 12:56:45 +00:00
parent 912bd0577e
commit 6f1c49383f

View File

@ -159,4 +159,9 @@ class GiantController extends Zend_Controller_Action
$this->view->report = $fiche; $this->view->report = $fiche;
$this->view->Type = $this->getRequest()->getParam('Type'); $this->view->Type = $this->getRequest()->getParam('Type');
} }
public function investigationAction()
{
}
} }