From 9328db067a45402fb39a101d0ba358d16136cbab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Sun, 25 Nov 2018 21:52:42 +0100 Subject: [PATCH] Fix code style See #2716 --- .../package/plugin/ObjectTypePackageInstallationPlugin.class.php | 1 + 1 file changed, 1 insertion(+) 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 337420727f..1fe6e13308 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php @@ -454,6 +454,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation ->objectProperty('hidden') ->label('wcf.acp.pip.objectType.com.woltlab.wcf.content.userContentProvider.hidden') ->description('wcf.acp.pip.objectType.com.woltlab.wcf.content.userContentProvider.hidden.description'), + ItemListFormField::create('userContentProviderRequiredObjectType') ->objectProperty('requiredobjecttype') ->saveValueType(ItemListFormField::SAVE_VALUE_TYPE_CSV) -- 2.20.1