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

index c7c96f1bf79b47cb7640fee8b49ef3d701cf53f9..c4da5ff1789b8c5a75056b17be1eb35164380452 100644 (file)
@@ -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"];