Fixed displaying errors in registration page

This commit is contained in:
Marcin Kurczewski 2014-05-07 01:15:06 +02:00
parent 323138bd98
commit 1bbba5de3c

View file

@ -2,7 +2,7 @@
Assets::setSubTitle('registration form');
?>
<?php if (isset($this->context->transport->message)): ?>
<?php if (isset($this->context->transport->message) and $this->context->transport->success): ?>
<?php \Chibi\View::render('message', $this->context) ?>
<?php else: ?>
<?php