Skip to content

Commit 2b8d4fc

Browse files
authored
fix link to content languages (#40671)
1 parent 7fbf922 commit 2b8d4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/modules/mod_quickicon/src/Helper/QuickIconHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ public function getButtons(Registry $params, CMSApplication $application = null)
366366
if ($params->get('show_languages')) {
367367
$tmp = [
368368
'image' => 'icon-comments langmanager',
369-
'link' => Route::_('index.php?option=com_languages&view=installed'),
369+
'link' => Route::_('index.php?option=com_languages&view=languages'),
370370
'linkadd' => Route::_('index.php?option=com_installer&view=languages'),
371371
'name' => 'MOD_QUICKICON_LANGUAGES_MANAGER',
372372
'access' => ['core.manage', 'com_languages'],

0 commit comments

Comments
 (0)