From 9f990640ff7b1ad6f62533b022ea08291d75c3cf Mon Sep 17 00:00:00 2001 From: zero-24 Date: Sun, 25 Jan 2015 01:47:59 +0100 Subject: [PATCH] Re-apply the toolbar icon fix This PR re-apply the toolbar icon fix that was added here: https://github.com/joomla-extensions/patchtester/pull/23 --- .../com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php b/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php index d098ef3..63e1904 100644 --- a/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php +++ b/administrator/components/com_patchtester/PatchTester/View/Pulls/PullsHtmlView.php @@ -98,7 +98,7 @@ class PullsHtmlView extends DefaultHtmlView */ protected function addToolbar() { - \JToolBarHelper::title(\JText::_('COM_PATCHTESTER'), 'patchtester'); + \JToolBarHelper::title(\JText::_('COM_PATCHTESTER'), ''); if (!count($this->envErrors)) {