Correction pour aficher les erreurs

This commit is contained in:
Michael RICOIS 2012-05-09 21:34:16 +00:00
parent 798c2defb2
commit fab41ebdf0

View File

@ -123,7 +123,7 @@ class EnvoiController extends Zend_Controller_Action
}
elseif (is_array($result))
{
$this->view->assign('errors',$error);
$this->view->assign('errors',$result);
//Supprimer le fichier
unlink($pathIn.'/'.$file);
}