Skip to content

Commit f7befbe

Browse files
authored
Merge pull request #680 from contao-community-alliance/hotfix/fix_xlabel
Fix xlabel callback
2 parents 9c25515 + c4501d4 commit f7befbe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Contao/Callback/PropertyInputFieldGetXLabelCallbackListener.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of contao-community-alliance/dc-general.
55
*
6-
* (c) 2013-2023 Contao Community Alliance.
6+
* (c) 2013-2026 Contao Community Alliance.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -14,7 +14,7 @@
1414
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1515
* @author Sven Baumann <baumann.sv@gmail.com>
1616
* @author Ingolf Steinhardt <info@e-spin.de>
17-
* @copyright 2013-2023 Contao Community Alliance.
17+
* @copyright 2013-2026 Contao Community Alliance.
1818
* @license https://github.com/contao-community-alliance/dc-general/blob/master/LICENSE LGPL-3.0-or-later
1919
* @filesource
2020
*/
@@ -53,7 +53,7 @@ public function update($event, $value)
5353
{
5454
$widget = $event->getWidget();
5555
if ($widget instanceof Widget) {
56-
$widget->wizard .= $value;
56+
$widget->xlabel .= $value;
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)