Delete db key

This commit is contained in:
Michael RICOIS 2013-10-30 16:26:00 +00:00
parent 2053feb2b7
commit a5ac54bff0

View File

@ -91,8 +91,7 @@ class ProfilController extends Zend_Controller_Action
$criteres = $request->getParam('criteres');
$doublon = $request->getParam('doublon');
$db = Zend_Registry::get('db');
$profilM = new Application_Model_Profil($db);
$profilM = new Application_Model_Profil();
$data = array(
'reference' => $reference,
'criteres' => json_encode($criteres),