summaryrefslogtreecommitdiffstats
path: root/lib/Fetcher/FeedFetcher.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fetcher/FeedFetcher.php')
-rwxr-xr-xlib/Fetcher/FeedFetcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fetcher/FeedFetcher.php b/lib/Fetcher/FeedFetcher.php
index 0b6ce63a0..7d8255e37 100755
--- a/lib/Fetcher/FeedFetcher.php
+++ b/lib/Fetcher/FeedFetcher.php
@@ -342,7 +342,7 @@ class FeedFetcher implements IFeedFetcher
}
// logo will be saved in the tmp folder provided by Nextcloud, file is named as md5 of the url
- $favicon_path = join("/", [$this->ITempManager->getTempBaseDir(), md5($favicon)]);
+ $favicon_path = join(DIRECTORY_SEPARATOR, [$this->ITempManager->getTempBaseDir(), md5($favicon)]);
$downloaded = false;
if (file_exists($favicon_path)) {