Use JRoute instead

This commit is contained in:
chrisdavenport 2016-12-31 22:15:43 +00:00
parent b7a90bad2c
commit 0e5dc69bc1
1 changed files with 1 additions and 1 deletions

View File

@ -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'),
));
}
}