From: Olaf Braun Date: Tue, 19 Dec 2023 13:51:19 +0000 (+0100) Subject: Use $filePath variable X-Git-Tag: 6.0.4~2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e357653506001d354d80393e43f7cde6f0077e1e;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.exporter.git Use $filePath variable --- 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}"; } /**