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:
parent
57aa17b5a0
commit
cbb1652f4a
@ -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'));
|
||||
|
@ -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'));
|
||||
|
Loading…
Reference in New Issue
Block a user