issue #0001350 : Typo
This commit is contained in:
parent
609c98cc11
commit
96ba8525d6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user