Correction lien pour l'organigramme

This commit is contained in:
Michael RICOIS 2012-04-01 08:49:57 +00:00
parent 248b2188ce
commit 450bb5d9ef

View File

@ -597,7 +597,7 @@ class IdentiteController extends Zend_Controller_Action
$this->view->assign('liengroupe', $this->view->url(array(
'controller' =>'identite',
'action' => 'groupesarbo',
'siret' => $this->siren
'siret' => $siren
), null, true) );
}