Fix name of user notification event PIP entry list language item
authorMatthias Schmidt <gravatronics@live.com>
Sat, 17 Nov 2018 10:31:28 +0000 (11:31 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 17 Nov 2018 10:31:28 +0000 (11:31 +0100)
See #2545

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

index c4ebc7a2449ade9e5e797c5ecd446d4acde8a27a..c344e66d1a0b491b3145a2d8cf4f2b9f439bfcda 100644 (file)
@@ -355,7 +355,7 @@ class UserNotificationEventPackageInstallationPlugin extends AbstractXMLPackageI
        protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) {
                $entryList->setKeys([
                        'eventName' => 'wcf.acp.pip.userNotificationEvent.eventName',
-                       'className' => 'wcf.acp.pip.userNotificationEvent.className'
+                       'className' => 'wcf.form.field.className'
                ]);
        }