From 96ba8525d64fd968089a5bbaf15db7750bb62068 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 25 Jan 2013 08:00:50 +0000 Subject: [PATCH] issue #0001350 : Typo --- application/controllers/ProfilController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/ProfilController.php b/application/controllers/ProfilController.php index 3937187d..8fc9f175 100644 --- a/application/controllers/ProfilController.php +++ b/application/controllers/ProfilController.php @@ -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);