From 2219b15291c7a6d86f1eb1730f8c8068d3f19f11 Mon Sep 17 00:00:00 2001 From: Tuan Pham Ngoc Date: Sat, 17 Jul 2021 18:03:24 +0700 Subject: [PATCH] Look like $item->path is not used in J4 anymore --- src/plugins/finder/weblinks/weblinks.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/finder/weblinks/weblinks.php b/src/plugins/finder/weblinks/weblinks.php index b4214c4..51c116e 100644 --- a/src/plugins/finder/weblinks/weblinks.php +++ b/src/plugins/finder/weblinks/weblinks.php @@ -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