From: Matthias Schmidt Date: Wed, 28 Oct 2020 12:31:24 +0000 (+0100) Subject: Remove `metaKeywords` from page exporter X-Git-Tag: 5.4.0_Alpha_1~29 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=02deb62a84e22d9501fc3d42cb59ab5992504b0a;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.exporter.git Remove `metaKeywords` from page exporter See WoltLab/WCF#3561 --- 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'], ]; }