From be3594f97ead59dac8b2e1931589dea653e733a2 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 26 Mar 2022 13:33:07 +0100 Subject: [PATCH] wip #5181 @0.25 --- app/Jobs/SearchIndex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/'); } } -- 2.39.5