From 0e5dc69bc104f8a95636575776fc3e347979f6c3 Mon Sep 17 00:00:00 2001 From: chrisdavenport Date: Sat, 31 Dec 2016 22:15:43 +0000 Subject: [PATCH] Use JRoute instead --- src/plugins/system/weblinks/weblinks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/system/weblinks/weblinks.php b/src/plugins/system/weblinks/weblinks.php index 1311d6a..b05a66a 100644 --- a/src/plugins/system/weblinks/weblinks.php +++ b/src/plugins/system/weblinks/weblinks.php @@ -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'), )); } }