Export for categories `additionalData`
authorCyperghost <olaf_schmitz_1@t-online.de>
Tue, 19 Dec 2023 12:34:53 +0000 (13:34 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Tue, 19 Dec 2023 12:34:53 +0000 (13:34 +0100)
files/lib/system/exporter/WBB4xExporter.class.php

index 3d6817dff1b35a73a2fb1ea522cd223cec02630c..0a9e80eccc00661575a8168e89842a4902af294d 100644 (file)
@@ -4277,6 +4277,9 @@ final class WBB4xExporter extends AbstractExporter
             if (\str_starts_with($row['description'], 'wcf.category')) {
                 $i18nValues[] = $row['description'];
             }
+            if (\unserialize($row['additionalData']) !== false) {
+                $i18nValues[] = $row['additionalData'];
+            }
         }
 
         $i18nValues = $this->getI18nValues($i18nValues);