diff --git a/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php b/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php index 9d300f9..508b1cc 100644 --- a/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php +++ b/administrator/components/com_patchtester/PatchTester/View/Pulls/tmpl/default.php @@ -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')); diff --git a/administrator/templates/hathor/html/com_patchtester/pulls/default.php b/administrator/templates/hathor/html/com_patchtester/pulls/default.php index 5d2e4f7..0a4a51a 100644 --- a/administrator/templates/hathor/html/com_patchtester/pulls/default.php +++ b/administrator/templates/hathor/html/com_patchtester/pulls/default.php @@ -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'));