mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-26 01:57:30 +00:00
Use JRoute instead
This commit is contained in:
parent
b7a90bad2c
commit
0e5dc69bc1
@ -58,7 +58,7 @@ class PlgSystemWeblinks extends JPlugin
|
||||
'title' => JText::sprintf('PLG_SYSTEM_WEBLINKS_STATISTICS'),
|
||||
'icon' => 'out-2',
|
||||
'data' => $links,
|
||||
'link' => JUri::root() . 'administrator/index.php?option=com_weblinks&view=weblinks&filter[published]=1',
|
||||
'link' => JRoute::_('index.php?option=com_weblinks&view=weblinks&filter[published]=1'),
|
||||
));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user