Remove obsolete parameter value for `ClassNameFormField::create()`
authorMatthias Schmidt <gravatronics@live.com>
Tue, 8 May 2018 05:38:16 +0000 (07:38 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 8 May 2018 05:38:16 +0000 (07:38 +0200)
See #2545
See 907f27bf6092d4fa8b6c33d32da32c85241f0b53

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

index eca1c662e77005bc9a80cbca0cc9933ee04df0ea..22eec2d69591619942eb78d1259cc6a01499743f 100644 (file)
@@ -258,7 +258,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation
                                        }
                                })),
                        
-                       ClassNameFormField::create('className')
+                       ClassNameFormField::create()
                                ->attribute('data-tag', 'classname')
                                ->label('wcf.acp.pip.objectType.className')
                                ->description('<!-- will be replaced by JavaScript -->')
index e39b032512ee22fdbeae9def784338f29e992f71..757945d2c7a03b2c2345f59c4ff11ae55da363fc 100644 (file)
@@ -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')
index 70d7ea1e6eda8adda41bc4e983b85ec118863d0e..523f20d57e4db5aede51f8f4b3b9a99d8171e5f8 100644 (file)
@@ -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')
index ee67fe14469890bca6ea7ec811df21867b26da41..743e922d808c638f227e9ce805b5f49cdfc4ef6e 100644 (file)
@@ -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')