mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-11 01:32:05 +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);
|
\JHtml::_('stylesheet', 'com_patchtester/octicons.css', array(), true);
|
||||||
|
|
||||||
if (count($this->envErrors)) :
|
if (count($this->envErrors)) :
|
||||||
$this->loadTemplate('errors');
|
echo $this->loadTemplate('errors');
|
||||||
else :
|
else :
|
||||||
$listOrder = $this->escape($this->state->get('list.ordering'));
|
$listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$listDirn = $this->escape($this->state->get('list.direction'));
|
$listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
\JHtml::_('stylesheet', 'com_patchtester/octicons.css', array(), true);
|
\JHtml::_('stylesheet', 'com_patchtester/octicons.css', array(), true);
|
||||||
|
|
||||||
if (count($this->envErrors)) :
|
if (count($this->envErrors)) :
|
||||||
$this->loadTemplate('errors');
|
echo $this->loadTemplate('errors');
|
||||||
else :
|
else :
|
||||||
$listOrder = $this->escape($this->state->get('list.ordering'));
|
$listOrder = $this->escape($this->state->get('list.ordering'));
|
||||||
$listDirn = $this->escape($this->state->get('list.direction'));
|
$listDirn = $this->escape($this->state->get('list.direction'));
|
||||||
|
Loading…
Reference in New Issue
Block a user