From 739557814eb85537da5a3de9b97963369f113225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sat, 29 Nov 2014 15:29:44 +0100 Subject: [PATCH] fix bug with memo --- Entity/Person.php | 2 -- 1 file changed, 2 deletions(-) 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; }