Correction pour l'affichage des erreurs

This commit is contained in:
Michael RICOIS 2012-03-13 14:28:50 +00:00
parent a59c3dc0d4
commit c7d00e6e34

View File

@ -1,7 +1,7 @@
<div>
<?php if (count($this->errors)>0) {?>
<?php foreach($this->errors as $error) {?>
<p><?=$this->error?></p>
<p><?=$error?></p>
<?php }?>
<?php }?>
</div>