1
0
Fork 0

include suggested changes

This commit is contained in:
Philipp Holzer 2022-07-13 00:23:12 +02:00
commit d74e57ef2c
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
18 changed files with 64 additions and 67 deletions

View file

@ -52,7 +52,7 @@ class History
}
$update = false;
$changed = DI::dbaDefinition()->getFieldsForTable('post-history', $item);
$changed = DI::dbaDefinition()->truncateFieldsForTable('post-history', $item);
unset($changed['uri-id']);
unset($changed['edited']);
foreach ($changed as $field => $content) {