Skip to content

Commit 678e586

Browse files
committed
fix(install): quote escaping when uprgading to 2.9.0
Signed-off-by: Thierry Bugier <[email protected]>
1 parent d23759a commit 678e586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade_to_2.9.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function upgrade(Migration $migration) {
7777
[
7878
$formFk => $target[$formFk],
7979
'uuid' => $target['uuid'],
80-
'name' => $target['name'],
80+
'name' => Toolbox::addslashes_deep($target['name']),
8181
],
8282
[
8383
'id' => $target['items_id'],

0 commit comments

Comments
 (0)