Fixed import of conversation attachments
authorMarcel Werk <burntime@woltlab.com>
Sat, 21 May 2016 17:01:04 +0000 (19:01 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 21 May 2016 17:01:04 +0000 (19:01 +0200)
files/lib/system/exporter/WBB4xExporter.class.php

index 17b18f62007fb0e1e98c7e2266ec983e7f543865..ebc6a811596061900f19c5a1b2ac5f6a1e43868e 100644 (file)
@@ -797,7 +797,7 @@ class WBB4xExporter extends AbstractExporter {
         * Exports conversation attachments.
         */
        public function exportConversationAttachments($offset, $limit) {
-               $this->exportAttachments('com.woltlab.wcf.conversation.attachment', $offset, $limit);
+               $this->exportAttachments('com.woltlab.wcf.conversation.message', 'com.woltlab.wcf.conversation.attachment', $offset, $limit);
        }
        
        /**