diff --git a/Entity/Person.php b/Entity/Person.php index 5805cffcb..ad7b6e6cd 100644 --- a/Entity/Person.php +++ b/Entity/Person.php @@ -389,8 +389,6 @@ class Person { } if ($this->memo !== $memo) { - $this->getHistoryHelper(self::ACTION_UPDATE) - ->registerChange('memo', $this->memo, $memo); $this->memo = $memo; }