Skip to content

Commit

Permalink
Fix widget manager
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Jan 15, 2025
1 parent 8edfeba commit 084c7c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Contao/View/Contao2BackendView/ContaoWidgetManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of contao-community-alliance/dc-general.
*
* (c) 2013-2024 Contao Community Alliance.
* (c) 2013-2025 Contao Community Alliance.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -19,7 +19,7 @@
* @author Ingolf Steinhardt <[email protected]>
* @author Sven Baumann <[email protected]>
* @author Richard Henkenjohann <[email protected]>
* @copyright 2013-2024 Contao Community Alliance.
* @copyright 2013-2025 Contao Community Alliance.
* @license https://github.com/contao-community-alliance/dc-general/blob/master/LICENSE LGPL-3.0-or-later
* @filesource
*/
Expand Down Expand Up @@ -487,6 +487,7 @@ public function processInput(PropertyValueBag $propertyValues): void
foreach ($propertyValues as $property => $propertyValue) {
$_POST[$property] = $propertyValue;
}
unset($property, $propertyValue);

// Now get and validate the widgets.
$encodedValues = new PropertyValueBag();
Expand Down

0 comments on commit 084c7c3

Please sign in to comment.