From 86ebed92a51b0c87052e736e677db62f505233a8 Mon Sep 17 00:00:00 2001 From: Olaf Braun Date: Tue, 19 Dec 2023 14:47:18 +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 c7c96f1..c4da5ff 100644 --- a/files/lib/system/exporter/WBB4xExporter.class.php +++ b/files/lib/system/exporter/WBB4xExporter.class.php @@ -2246,7 +2246,7 @@ final class WBB4xExporter extends AbstractExporter } } - private function getCoverPhotoPath(string $blogFilePath, array $row): string + private function getCoverPhotoPath(string $filePath, array $row): string { $coverPhotoID = $row['coverPhotoID']; $fileHash = $row["fileHash"]; -- 2.20.1