Remove `metaKeywords` from page exporter
authorMatthias Schmidt <gravatronics@live.com>
Wed, 28 Oct 2020 12:31:24 +0000 (13:31 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 28 Oct 2020 12:31:24 +0000 (13:31 +0100)
See WoltLab/WCF#3561

files/lib/system/exporter/WBB4xExporter.class.php

index 8751664a3cfeeeea17ac0738243f11ee1ff29fe0..e3d94f58d3ecae9d8a39f3096c9c72d0dacf66da 100644 (file)
@@ -2795,9 +2795,8 @@ class WBB4xExporter extends AbstractExporter {
                                'title' => $row['title'],
                                'content' => $row['content'],
                                'metaDescription' => $row['metaDescription'],
-                               'metaKeywords' => $row['metaKeywords'],
                                'customURL' => $row['customURL'],
-                               'hasEmbeddedObjects' => $row['hasEmbeddedObjects']
+                               'hasEmbeddedObjects' => $row['hasEmbeddedObjects'],
                        ];
                }