33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-12-23 03:19:00 +00:00

Need to echo the error template... (Ref #80)

This commit is contained in:
Michael Babker 2015-05-11 08:52:10 -04:00
parent 57aa17b5a0
commit cbb1652f4a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
\JHtml::_('stylesheet', 'com_patchtester/octicons.css', array(), true);
if (count($this->envErrors)) :
$this->loadTemplate('errors');
echo $this->loadTemplate('errors');
else :
$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn = $this->escape($this->state->get('list.direction'));

View File

@ -14,7 +14,7 @@
\JHtml::_('stylesheet', 'com_patchtester/octicons.css', array(), true);
if (count($this->envErrors)) :
$this->loadTemplate('errors');
echo $this->loadTemplate('errors');
else :
$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn = $this->escape($this->state->get('list.direction'));