Update files/lib/system/exporter/WBB4xExporter.class.php
authorOlaf Braun <olaf_schmitz_1@t-online.de>
Tue, 19 Dec 2023 13:47:10 +0000 (14:47 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Dec 2023 13:47:10 +0000 (14:47 +0100)
Co-authored-by: Marcel Werk <burntime@woltlab.com>
files/lib/system/exporter/WBB4xExporter.class.php

index 84ead0b8d288ff846bb34dfc312f09996a80e66d..c7c96f1bf79b47cb7640fee8b49ef3d701cf53f9 100644 (file)
@@ -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);