From: Cyperghost Date: Tue, 19 Dec 2023 12:18:43 +0000 (+0100) Subject: Rename coverPhotoFile to coverPhoto X-Git-Tag: 6.0.4~2^2~5 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=737e3edc5217f4a38ce487aa86aaf9920e56af7b;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.exporter.git Rename coverPhotoFile to coverPhoto --- 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()