Skip to content

Commit

Permalink
fix(install): quote escaping when uprgading to 2.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 24, 2020
1 parent d23759a commit 678e586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/upgrade_to_2.9.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function upgrade(Migration $migration) {
[
$formFk => $target[$formFk],
'uuid' => $target['uuid'],
'name' => $target['name'],
'name' => Toolbox::addslashes_deep($target['name']),
],
[
'id' => $target['items_id'],
Expand Down

0 comments on commit 678e586

Please sign in to comment.