mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-26 18:10:11 +00:00
Look like $item->path is not used in J4 anymore
This commit is contained in:
parent
c3cf5e6936
commit
2219b15291
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user