Deprecated

This commit is contained in:
Michael RICOIS 2013-12-17 11:18:43 +00:00
parent 251132fad8
commit 239ce9211f

View File

@ -16,7 +16,7 @@ class EvaluationController extends Zend_Controller_Action
public function indexAction()
{
$this->_forward('entreprise', 'recherche');
$this->forward('entreprise', 'recherche');
}
/**