Skip to content

Commit

Permalink
[4.0] Missing icon (#29900)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jul 2, 2020
1 parent 7bf6eea commit fc50754
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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'))
Expand Down

0 comments on commit fc50754

Please sign in to comment.