From a8540554646cc09ea7406bd1cb0afe5b45a30c61 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 8 May 2018 07:38:16 +0200 Subject: [PATCH] Remove obsolete parameter value for `ClassNameFormField::create()` See #2545 See 907f27bf6092d4fa8b6c33d32da32c85241f0b53 --- .../plugin/ObjectTypePackageInstallationPlugin.class.php | 2 +- .../package/plugin/PIPPackageInstallationPlugin.class.php | 2 +- .../UserNotificationEventPackageInstallationPlugin.class.php | 2 +- .../plugin/UserProfileMenuPackageInstallationPlugin.class.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php index eca1c662e7..22eec2d695 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php @@ -258,7 +258,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation } })), - ClassNameFormField::create('className') + ClassNameFormField::create() ->attribute('data-tag', 'classname') ->label('wcf.acp.pip.objectType.className') ->description('') diff --git a/wcfsetup/install/files/lib/system/package/plugin/PIPPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/PIPPackageInstallationPlugin.class.php index e39b032512..757945d2c7 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/PIPPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/PIPPackageInstallationPlugin.class.php @@ -135,7 +135,7 @@ class PIPPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin } })), - ClassNameFormField::create('className') + ClassNameFormField::create() ->attribute('data-tag', '__value') ->label('wcf.acp.pip.pip.className') ->description('wcf.acp.pip.pip.className.description') diff --git a/wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php index 70d7ea1e6e..523f20d57e 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php @@ -237,7 +237,7 @@ class UserNotificationEventPackageInstallationPlugin extends AbstractXMLPackageI } })), - ClassNameFormField::create('className') + ClassNameFormField::create() ->attribute('data-tag', 'classname') ->label('wcf.acp.pip.userNotificationEvent.className') ->description('wcf.acp.pip.userNotificationEvent.className.description') diff --git a/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php index ee67fe1446..743e922d80 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php @@ -143,7 +143,7 @@ class UserProfileMenuPackageInstallationPlugin extends AbstractXMLPackageInstall } })), - ClassNameFormField::create('className') + ClassNameFormField::create() ->attribute('data-tag', 'classname') ->label('wcf.acp.pip.userProfileMenu.className') ->description('wcf.acp.pip.userProfileMenu.className.description') -- 2.20.1