Skip to content

Commit

Permalink
fix(migration): PluginGlpiinventoryDeployPackageItem is an abstract c…
Browse files Browse the repository at this point in the history
…lass
  • Loading branch information
stonebuzz authored Nov 27, 2023
1 parent d6d83c0 commit 2fb2e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -8684,7 +8684,7 @@ function migrateTablesFromFusinvDeploy($migration)
// json_encode($json_order,JSON_PRETTY_PRINT) ."\n"
//);
$DB->update(
PluginGlpiinventoryDeployPackageItem::getTable(),
PluginGlpiinventoryDeployPackage::getTable(),
[
'json' => Toolbox::addslashes_deep(json_encode($json_order, JSON_UNESCAPED_SLASHES)),
],
Expand Down

0 comments on commit 2fb2e81

Please sign in to comment.