fix bug with memo

This commit is contained in:
Julien Fastré 2014-11-29 15:29:44 +01:00
parent b5be2e2f1e
commit 739557814e

View File

@ -389,8 +389,6 @@ class Person {
}
if ($this->memo !== $memo) {
$this->getHistoryHelper(self::ACTION_UPDATE)
->registerChange('memo', $this->memo, $memo);
$this->memo = $memo;
}