Correction typo
This commit is contained in:
parent
9641988ba4
commit
4c14e3e2e0
@ -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 '';
|
||||
|
Loading…
Reference in New Issue
Block a user