From: vincent Date: Sat, 26 Mar 2022 12:33:07 +0000 (+0100) Subject: wip #5181 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=be3594f97ead59dac8b2e1931589dea653e733a2;p=odl.git wip #5181 @0.25 --- diff --git a/app/Jobs/SearchIndex.php b/app/Jobs/SearchIndex.php index 3f71a8a..995a6ab 100644 --- a/app/Jobs/SearchIndex.php +++ b/app/Jobs/SearchIndex.php @@ -93,6 +93,6 @@ class SearchIndex extends Index { // Get the relative URL by taking from /storage/ onwards // We assume that assets are always going to be in the storage folder - return '.' . strstr($URL, '/storage/'); + return strstr($URL, '/storage/'); } }