From e357653506001d354d80393e43f7cde6f0077e1e Mon Sep 17 00:00:00 2001 From: Olaf Braun Date: Tue, 19 Dec 2023 14:51:19 +0100 Subject: [PATCH] Use $filePath variable --- files/lib/system/exporter/WBB4xExporter.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lib/system/exporter/WBB4xExporter.class.php b/files/lib/system/exporter/WBB4xExporter.class.php index 7977e4c..85ba23a 100644 --- a/files/lib/system/exporter/WBB4xExporter.class.php +++ b/files/lib/system/exporter/WBB4xExporter.class.php @@ -2242,7 +2242,7 @@ final class WBB4xExporter extends AbstractExporter $fileExtension = $row["fileExtension"]; $directory = \substr($fileHash, 0, 2); - return "{$blogFilePath}images/coverPhotos/{$directory}/{$coverPhotoID}-{$fileHash}.{$fileExtension}"; + return "{$filePath}images/coverPhotos/{$directory}/{$coverPhotoID}-{$fileHash}.{$fileExtension}"; } /** -- 2.20.1