Add missing sync dependency for UserNotificationEvents PIP
authorJoshua Rüsweg <josh@bastelstu.be>
Sat, 15 Jul 2017 20:24:47 +0000 (22:24 +0200)
committerJoshua Rüsweg <josh@bastelstu.be>
Sat, 15 Jul 2017 20:24:47 +0000 (22:24 +0200)
See #2331

wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php

index ad4934aaf323ed0f3ec0bd2c09babab13e31fa36..bab26968738896cd49dd7c0ad17d0a7e0b903274 100644 (file)
@@ -154,6 +154,6 @@ class UserNotificationEventPackageInstallationPlugin extends AbstractXMLPackageI
         * @inheritDoc
         */
        public static function getSyncDependencies() {
-               return [];
+               return ['objectType'];
        }
 }