30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-21 23:42:23 +00:00

Look like $item->path is not used in J4 anymore

This commit is contained in:
Tuan Pham Ngoc 2021-07-17 18:03:24 +07:00
parent c3cf5e6936
commit 2219b15291

View File

@ -266,7 +266,6 @@ class PlgFinderWeblinks extends Adapter
// Build the necessary route and path information.
$item->url = $this->getURL($item->id, $this->extension, $this->layout);
$item->route = RouteHelper::getWeblinkRoute($item->slug, $item->catslug, $item->language);
$item->path = Helper::getContentPath($item->route);
/*
* Add the meta-data processing instructions based on the newsfeeds