From 45c8eddfc118b51c13e28c04a688c2bd6a011000 Mon Sep 17 00:00:00 2001 From: Olaf Braun Date: Tue, 19 Dec 2023 14:47:10 +0100 Subject: [PATCH] Update files/lib/system/exporter/WBB4xExporter.class.php Co-authored-by: Marcel Werk --- 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 84ead0b..c7c96f1 100644 --- a/files/lib/system/exporter/WBB4xExporter.class.php +++ b/files/lib/system/exporter/WBB4xExporter.class.php @@ -2248,7 +2248,7 @@ final class WBB4xExporter extends AbstractExporter private function getCoverPhotoPath(string $blogFilePath, array $row): string { - $coverPhotoID = $row["coverPhotoID"]; + $coverPhotoID = $row['coverPhotoID']; $fileHash = $row["fileHash"]; $fileExtension = $row["fileExtension"]; $directory = \substr($fileHash, 0, 2); -- 2.20.1