Fix `MultipleSelectionFormField` save value handling
authorMatthias Schmidt <gravatronics@live.com>
Wed, 9 Oct 2019 17:03:27 +0000 (19:03 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 9 Oct 2019 17:03:27 +0000 (19:03 +0200)
commit0bb62eb9456527afbcc6a66b35bbe89036f919cc
treeaef9bd949c369189c5f8c0c00cf7441c6ae3be3a
parent2e4cc57e8f2cf6c0e2b78ae82c31aee2899cdd3d
Fix `MultipleSelectionFormField` save value handling

As `MultipleSelectionFormField` works with arrays, it does not return an actual save value for the `data` subarray but must populate an additional entry in the parameters array itself.
wcfsetup/install/files/lib/system/form/builder/field/MultipleSelectionFormField.class.php
wcfsetup/install/files/lib/system/package/plugin/BoxPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/MenuPackageInstallationPlugin.class.php