From 737e3edc5217f4a38ce487aa86aaf9920e56af7b Mon Sep 17 00:00:00 2001 From: Cyperghost Date: Tue, 19 Dec 2023 13:18:43 +0100 Subject: [PATCH] Rename coverPhotoFile to coverPhoto --- 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 0e57338..32b5fc8 100644 --- a/files/lib/system/exporter/WBB4xExporter.class.php +++ b/files/lib/system/exporter/WBB4xExporter.class.php @@ -2820,7 +2820,7 @@ final class WBB4xExporter extends AbstractExporter $data['categoryID'] = $row['categoryID']; } if ($sourceVersion52 && $destVersion52 && $row['coverPhotoID']) { - $additionalData['coverPhotoFile'] = $this->getCoverPhotoPath($calendarFilePath, $row); + $additionalData['coverPhoto'] = $this->getCoverPhotoPath($calendarFilePath, $row); } ImportHandler::getInstance() -- 2.20.1