Fix call to ->getConfig() in XF12xExporter::exportUserAvatars()
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 4 Feb 2022 09:05:09 +0000 (10:05 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 4 Feb 2022 09:05:09 +0000 (10:05 +0100)
files/lib/system/exporter/XF12xExporter.class.php

index 49b96e91130c7084f67c412b4b4f4487252e76ac..aa894314abcd15f22d620dd61db65b162bc48003 100644 (file)
@@ -1713,7 +1713,7 @@ class XF12xExporter extends AbstractExporter
         $statement = $this->database->prepareStatement($sql, $limit, $offset);
         $statement->execute([$type]);
         while ($row = $statement->fetchArray()) {
-            $config = self::getConfig();
+            $config = $this->getConfig();
             $fileLocation = $this->fileSystemPath . $config['internalDataPath'] . '/attachments/' . \floor($row['data_id'] / 1000) . '/' . $row['data_id'] . '-' . $row['file_hash'] . '.data';
 
             $data = [