fixed fullMessages

This commit is contained in:
Parziphal 2013-12-01 12:20:16 -05:00
parent ffe6a41300
commit fcb105ed05

View File

@ -2,7 +2,7 @@
<div id="error_explanation"> <div id="error_explanation">
There were problems with the following fields: There were problems with the following fields:
<ul> <ul>
<?php foreach ($this->object->errors()->full_messages() as $msg) : ?> <?php foreach ($this->object->errors()->fullMessages() as $msg) : ?>
<li><?= $msg ?></li> <li><?= $msg ?></li>
<?php endforeach ?> <?php endforeach ?>
</ul> </ul>