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">
There were problems with the following fields:
<ul>
<?php foreach ($this->object->errors()->full_messages() as $msg) : ?>
<?php foreach ($this->object->errors()->fullMessages() as $msg) : ?>
<li><?= $msg ?></li>
<?php endforeach ?>
</ul>