We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23759a commit 678e586Copy full SHA for 678e586
install/upgrade_to_2.9.php
@@ -77,7 +77,7 @@ public function upgrade(Migration $migration) {
77
[
78
$formFk => $target[$formFk],
79
'uuid' => $target['uuid'],
80
- 'name' => $target['name'],
+ 'name' => Toolbox::addslashes_deep($target['name']),
81
],
82
83
'id' => $target['items_id'],
0 commit comments