mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
fix bug with memo
This commit is contained in:
@@ -389,8 +389,6 @@ class Person {
|
||||
}
|
||||
|
||||
if ($this->memo !== $memo) {
|
||||
$this->getHistoryHelper(self::ACTION_UPDATE)
|
||||
->registerChange('memo', $this->memo, $memo);
|
||||
$this->memo = $memo;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user