This commit is contained in:
Michael RICOIS 2013-01-25 08:00:50 +00:00
parent 609c98cc11
commit 96ba8525d6

View File

@ -46,7 +46,7 @@ class ProfilController extends Zend_Controller_Action
$profil = $profilM->find($id);
$criteres = json_decode($profil->current()->criteres, true);
$doublon = array();
if( $profil->current->doublon!='' ) {
if( $profil->current()->doublon!='' ) {
$doublon = json_decode($profil->current()->doublon, true);
}
$this->view->assign('doublon', $doublon);