Correction typo

This commit is contained in:
Michael RICOIS 2012-01-19 15:36:48 +00:00
parent 9641988ba4
commit 4c14e3e2e0

View File

@ -57,7 +57,7 @@ class ProfilController extends Zend_Controller_Action
$commandesM = new Application_Model_Commandes($db);
$data = array(
'idProfil' => $idProfil,
'idProfil' => $idprofil,
);
if ( $commandesM->update($data, "WHERE id=$idfile") ){
echo '';