Box-PIP depends on the objectType-PIP
authorAlexander Ebert <ebert@woltlab.com>
Sat, 20 Jan 2018 20:51:46 +0000 (21:51 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 20 Jan 2018 20:55:49 +0000 (21:55 +0100)
wcfsetup/install/files/lib/system/package/plugin/BoxPackageInstallationPlugin.class.php

index fc93485d2ba5e55a97e1e8fc3d9afba58519d022..6d390aac333c0c1dcf823d59c3c44d65028abdb1 100644 (file)
@@ -396,6 +396,6 @@ class BoxPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin
         * @inheritDoc
         */
        public static function getSyncDependencies() {
-               return ['language'];
+               return ['language', 'objectType'];
        }
 }