From 9c9b4289744b9b8058265272e4ead023f7df9b3a Mon Sep 17 00:00:00 2001 From: Cyperghost Date: Tue, 19 Dec 2023 13:28:27 +0100 Subject: [PATCH] Fix code style --- 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 32b5fc8..84ead0b 100644 --- a/files/lib/system/exporter/WBB4xExporter.class.php +++ b/files/lib/system/exporter/WBB4xExporter.class.php @@ -2253,7 +2253,7 @@ final class WBB4xExporter extends AbstractExporter $fileExtension = $row["fileExtension"]; $directory = \substr($fileHash, 0, 2); - return "{$blogFilePath}images/coverPhotos/$directory/$coverPhotoID-$fileHash.$fileExtension"; + return "{$blogFilePath}images/coverPhotos/{$directory}/{$coverPhotoID}-{$fileHash}.{$fileExtension}"; } /** -- 2.20.1