Skip to content

Commit

Permalink
Correct save additionalData
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyperghost committed Dec 19, 2023
1 parent d19e580 commit 4664814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/lib/system/exporter/WBB4xExporter.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -4278,7 +4278,7 @@ private function exportCategories($objectType, $importer, $offset, $limit)
$i18nValues[] = $row['description'];
}
if (\unserialize($row['additionalData']) !== false) {
$i18nValues[] = $row['additionalData'];
$categories[$row['categoryID']]['additionalData'] = $row['additionalData'];
}
}

Expand Down

0 comments on commit 4664814

Please sign in to comment.