Rename coverPhotoFile to coverPhoto
authorCyperghost <olaf_schmitz_1@t-online.de>
Tue, 19 Dec 2023 12:18:43 +0000 (13:18 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Tue, 19 Dec 2023 12:18:43 +0000 (13:18 +0100)
files/lib/system/exporter/WBB4xExporter.class.php

index 0e57338fa2a699eab591533710db90f69993d90f..32b5fc89b6bca58c720d34cbe3dc84c9066fde00 100644 (file)
@@ -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()