This commit is contained in:
Michael RICOIS 2013-01-25 07:59:37 +00:00
parent 748d9e17dc
commit 609c98cc11

View File

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