Fix updating `requireObjectID` for existing pages
authorjoshuaruesweg <ruesweg@woltlab.com>
Mon, 3 Aug 2020 16:12:07 +0000 (18:12 +0200)
committerjoshuaruesweg <ruesweg@woltlab.com>
Mon, 3 Aug 2020 16:12:17 +0000 (18:12 +0200)
wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php

index 86cb196371e869659833692e3a9d2434f3249de7..830afffb09af2e473a5179c7801ff38746556427 100644 (file)
@@ -286,7 +286,8 @@ class PagePackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin
                                        'options' => $data['options'],
                                        'permissions' => $data['permissions'],
                                        'excludeFromLandingPage' => $data['excludeFromLandingPage'],
-                                       'allowSpidersToIndex' => $allowSpidersToIndex
+                                       'allowSpidersToIndex' => $allowSpidersToIndex,
+                                       'requireObjectID' => $data['requireObjectID'],
                                ]);
                        }
                        else {