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