From d2130278857d039825a462cf373c8a38e38a3f53 Mon Sep 17 00:00:00 2001 From: brian teeman Date: Thu, 2 Jul 2020 11:50:45 +0100 Subject: [PATCH] [4.0] Missing icon Since the merge of #28075 the icon is missing in the toolbar for joomla update ### Before ![image](https://user-images.githubusercontent.com/1296369/86350004-ea770000-bc59-11ea-9636-ab92dc3bf622.png) ![image](https://user-images.githubusercontent.com/1296369/86350026-f4006800-bc59-11ea-9a07-c3e9e22f4119.png) --- .../com_joomlaupdate/src/View/Joomlaupdate/HtmlView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/components/com_joomlaupdate/src/View/Joomlaupdate/HtmlView.php b/administrator/components/com_joomlaupdate/src/View/Joomlaupdate/HtmlView.php index dc8db125e009f..ece6379f3d775 100644 --- a/administrator/components/com_joomlaupdate/src/View/Joomlaupdate/HtmlView.php +++ b/administrator/components/com_joomlaupdate/src/View/Joomlaupdate/HtmlView.php @@ -123,7 +123,7 @@ public function display($tpl = null) // Set the toolbar information. ToolbarHelper::title(Text::_('COM_JOOMLAUPDATE_OVERVIEW'), 'joomla install'); - ToolbarHelper::custom('update.purge', 'sync', 'sync', 'COM_JOOMLAUPDATE_TOOLBAR_CHECK', false); + ToolbarHelper::custom('update.purge', 'loop', 'loop', 'COM_JOOMLAUPDATE_TOOLBAR_CHECK', false); // Add toolbar buttons. if (Factory::getUser()->authorise('core.admin'))