From 02deb62a84e22d9501fc3d42cb59ab5992504b0a Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Wed, 28 Oct 2020 13:31:24 +0100 Subject: [PATCH] Remove `metaKeywords` from page exporter See WoltLab/WCF#3561 --- files/lib/system/exporter/WBB4xExporter.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/lib/system/exporter/WBB4xExporter.class.php b/files/lib/system/exporter/WBB4xExporter.class.php index 8751664..e3d94f5 100644 --- a/files/lib/system/exporter/WBB4xExporter.class.php +++ b/files/lib/system/exporter/WBB4xExporter.class.php @@ -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'], ]; } -- 2.20.1