From: Joshua Rüsweg Date: Sun, 25 Nov 2018 20:52:42 +0000 (+0100) Subject: Fix code style X-Git-Tag: 5.2.0_Alpha_1~485 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9328db067a45402fb39a101d0ba358d16136cbab;p=GitHub%2FWoltLab%2FWCF.git Fix code style See #2716 --- 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)