29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-30 17:13:41 +00:00

Fix typo in link to cache

This commit is contained in:
wilsonge 2019-05-06 14:22:41 +01:00
parent 4ae50c50cb
commit a03a46e0f9
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04

View File

@ -129,7 +129,7 @@ abstract class QuickIconHelper
{
self::$buttons[$key][] = [
'amount' => '123kB',
'link' => Route::_('index.php?option=com_chache'),
'link' => Route::_('index.php?option=com_cache'),
'image' => 'fa fa-cloud',
'name' => Text::_('MOD_QUICKICON_CACHE'),
'access' => array('core.admin', 'com_cache'),